this is the code:
$page .= "<input type =\"radio\" name=\"pageid\"
value\"$info[PageID]\">";
this is the html source generated:
<input type ="radio" name="pageid" value"index">
and this is what $pageid returns:
'on'
2 questions is
why? and how do i fix it?
thanks to all who take the time to awnser :-)
~Fred
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]