Thread: PHP form
View Single Post
Old 03-11-2009, 05:42 PM   #5 (permalink)
office politics
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,425

office politics will become famous soon enough

Default Re: PHP form

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.
office politics is offline