This question baffles me.  Just to clarify do you have at least two radio
buttons on this page and are they both under the same name?

It also could be if the HTML you mailed the list is the same you have in
your generated page then you may want an '=' sign between the value"index"

.:: Nathan Cook [ [EMAIL PROTECTED] ] ::.
PCS Edventures.com
Programmer :: Systems & Network Administrator
[ phone - 208.343.3110 ][ pager - 208.387.9983 ]

\"You know you\'re in big trouble when you try to escape character your
e-mail\'s\"

----- Original Message -----
From: "Fred" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 16, 2001 4:22 PM
Subject: [PHP] Radio Button Returns (Pleasre Read)


> 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]
>
>


-- 
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]

Reply via email to