Typedef struct vs just struct
Anyone know the rationale for using typedef for structs when a struct is itself a typedef? I have s
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would
need help in mysql_num_rows()
please tell me what i am doing wrong in this query. it displays this error
Code: Warning: mys
How to make a mail Form secure?
I want to create an email Form on my web site. How can I make the Form secure so the submitted info
Time script, set to my time zone?
I am using this line to get the date and time
Code: $time = date(F." ".d.", &q
PHP arrays into arrays need help
Hello
I am trying to highlight the days on my calendar based on the dates that i have in my datab
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
PHP mail() returns true but doesn't work
First off I apologize if this is a newbie question, and I generally don't like asking questions that
timed header image rotation
I have a joomla site and I was trying to setup a rotating image based on timing NOT just refreshing
Unidentified index error in a simple form
I have been trying to make an HTML form that is handled by a PHP script. So far my attempts to get i