02-01-2010, 02:02 PM
|
#3 (permalink)
|
|
The Acquainted
Join Date: Apr 2008
Posts: 110
Thanks: 97
|
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
|
|
|
|