Day of week
I am using PHP version 5.0.5
I have a varaible ($DATE (date format yyyy-mm-dd)) that is being inc
Update not working ... please help
Hi,
I am trying to update a row using an edit form by passing id of the row .. but it is not
want a code for uploading and downloading
i m trying to upload and download to my site..i need upload and download code ...i use a code for up
Parse Error with doctype
I'm getting a parse error with this simple code. I don't get it. It worked one time then when I relo
Passing Arguments to execlp()
I'm writing a program that mimics a unix shell. It's supposed to take commands with arguments and ex
Optimize Code
Just started getting into the use of cookies. The following code will redirect users to a set URL s
Working with Global Variables
hi, I'm not really sure why the following code is returning a "Call to a member function getBan
PHP, Arrays & A Lot Of Confusion
I've been doing basic PHP work on sites for a few years now, but I've never been tempted to learn ho
Looking for help reading a .txt or .ini file and outputting the info.
I have a file called Info.ini and It has the following info:
Code: [General]
Online=0
I wou
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th