RE: [PHP] radio button arrays and php3

2003-07-23 Thread Sævar Öfjörð
PROTECTED] Sent: 23. júlí 2003 03:12 To: [EMAIL PROTECTED] Subject: [PHP] radio button arrays and php3 hi there i dont know if this happens in php4 but say i have a list of radio buttons in an array like it only returns the one selected into the array, so instead of having 2 keys i only get the

Re: [PHP] radio button arrays and php3

2003-07-22 Thread daniel
umm yes i had to use select menus instead > * Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): >> hi there i dont know if this happens in php4 but say i have a list of >> radio buttons in an array like >> >> >> >> it only returns the one selected into the array, so instead of having >> 2 keys i

Re: [PHP] radio button arrays and php3

2003-07-22 Thread Curt Zirzow
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): > hi there i dont know if this happens in php4 but say i have a list of radio > buttons in an array like > > > > it only returns the one selected into the array, so instead of having 2 > keys i only get the one , the empty one doesnt seem to ge

[PHP] radio button arrays and php3

2003-07-22 Thread daniel
hi there i dont know if this happens in php4 but say i have a list of radio buttons in an array like it only returns the one selected into the array, so instead of having 2 keys i only get the one , the empty one doesnt seem to get submitted , how can i make both turn up in the array ? -- PH

[PHP] Radio Button

2002-03-03 Thread Chiew, Richard
Hi there, i created 3 tables in mysql, which is college.students, college.classes, and college,student_in_class. After that, I made a web form (page) that lists all the current students, and lists all the current classes (each with a radio button). As a user, you can click on a student radio butt

Re: [PHP] radio button help

2001-09-17 Thread Alexander Skwar
So sprach »biscut« am 2001-09-16 um 20:07:23 +0100 : > you would simply have the following: > > blah1 > blah2 > blah3 Of course I was thinking about checkboxes Nevermind :) Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to (english) Homepage: h

Re: [PHP] radio button help

2001-09-17 Thread Alexander Skwar
So sprach »Nikola Veber« am 2001-09-17 um 08:48:17 +0200 : > How am I suposed to handle multiple buttons(what should I change, name or the > value?) Make it an array: One Two In your PHP script, you can then easily parse the $radios array. Alexander Skwar -- How to quote: http://learn.to/q

RE: [PHP] radio button help

2001-09-16 Thread biscut
you would simply have the following: blah1 blah2 blah3 Any problems let me know... Regards Davidt -Original Message- From: Nikola Veber [mailto:[EMAIL PROTECTED]] Sent: 17 September 2001 07:48 To: php forum Subject: [PHP] radio button help Hi ! I know that this may be not the right

[PHP] radio button help

2001-09-16 Thread Nikola Veber
Hi ! I know that this may be not the right place for this question, bu anyway: The radiobutton tag looks like this: How am I suposed to handle multiple buttons(what should I change, name or the value?) My point here is: Does the buttons with the same name return defined values for one varia

Re: [PHP] Radio Button Returns (Pleasre Read)

2001-03-19 Thread Carsten Gehling
From: "Fred" <[EMAIL PROTECTED]> Sent: Saturday, March 17, 2001 12:22 AM > this is the html source generated: > 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

Re: [PHP] Radio Button Returns (Pleasre Read)

2001-03-16 Thread Nathan Cook
ge - 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 .= " value\"$info[PageID]\">"; > > this is the html source gen

[PHP] Radio Button Returns (Pleasre Read)

2001-03-16 Thread Fred
this is the code: $page .= ""; this is the html source generated: 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 PROTECT