Thread: PHP form
View Single Post
Old 03-11-2009, 07:51 PM   #6 (permalink)
CrazeD
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,688

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: PHP form

Quote:
Originally Posted by office politics View Post
Quote:
Originally Posted by kmote View Post
I don't think you meant to do this either
Code:
if ($_POST["random"]="random")
this should be ok.

random is a checkbox. if set, the value set in html is sent with the form data. otherwise this value will be empty.
Code:
if ($_POST['random'] == true)
Should be like this.
__________________

Need website help? PM me!
CrazeD is offline