View Single Post
Old 02-01-2010, 02:02 PM   #3 (permalink)
Dave
The Acquainted
 
Dave's Avatar
 
Join Date: Apr 2008
Posts: 110
Thanks: 97
Dave is on a distinguished road
Default

Thanks, maeltar...

Yes, I have all that set up and I have tried many unsuccessful variations. I really need to know what goes into the attributes of the <INPUT...>, and also how to process this at the end of the script.

PHP Code:
<snip...>
$output .= "<input type = 'checkbox'
                   name = (WHAT GOES HERE?)
                     id = (WHAT GOES HERE?)
                  value = (WHAT GOES HERE?)" 

...and also the process for getting this into the $_POST array.

Dave
Dave is offline  
Reply With Quote