![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| Kenneth Pardue wrote: > I'm trying to make a simple form submission script. One of the options > I'm trying to include are checkboxes for a few options. However, if one > of the checkboxes are left unchecked, the PHP doesn't recognize it as > valid. > > Here's what I have: > > In my form: > <input type='checkbox' name='checkbox[]' value='Option 1'> > <input type='checkbox' name='checkbox[]' value='Option 2'> > <input type='checkbox' name='checkbox[]' value='Option 3'> > > In the PHP processing script: > $strengths[] = $_REQUEST['strengths[]']; > > echo "<p>" . $strengths[0] . $strengths[1] . $strengths[2] . "</p>" > > Any thoughts on what I'm doing wrong? > > Thanks, > Kenneth > Just to provide complete information, the error message that I'm getting is: Notice: Undefined index: checkbox[] | |||
|
| Featured Websites | ||||
|
![]() |
| Tags: checkboxes, forms, help, learning, php |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| newbie PHP Forms Mysql question. | MeNotHome | PHP | 0 | 07-01-2007 3:15 PM |
| attachments in forms | Jukka K. Korpela | HTML | 0 | 07-01-2007 1:50 PM |
| Automate filling out web forms ?? | Terry King | HTML | 3 | 07-01-2007 1:23 PM |
| corel pdf forms | Ruth | Graphics in general | 7 | 05-28-2007 7:57 PM |
| Using SendMail in Forms w/PHP HTML | jcage@lycos.com | PHP | 3 | 05-20-2007 6:33 PM |
| Featured Websites | ||||
|