From: "Fred" <[EMAIL PROTECTED]> Sent: Saturday, March 17, 2001 12:22 AM > this is the html source generated: > <input type ="radio" name="pageid" value"index"> The error is in: value"index" This should be: value="index" - Carsten -- 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] Radio Button Returns (Pleasre Read) Fred
- [PHP] highlight_string parsing in an article Jason Lotito
- Re: [PHP] Radio Button Returns (Pleasre Read) Nathan Cook
- Carsten Gehling