Re: [PHP] making checkbox's and radio buttons sticky

2005-08-13 Thread Jochem Maas
[EMAIL PROTECTED] wrote: Sorry, I will be out of the office until Monday 15th August. phil is risking being out of the office permanently ;-) Kind regards, Phil Ewington. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] making checkbox's and radio buttons sticky

2005-08-13 Thread Jochem Maas
Support wrote: okI got it!! not wanting to go down the path of the darkside...I inserted the superglobals.. if (isset($_POST['gmev']) && in_array('September 9th', $_POST['gmev'])) so did I get it right? there are many roads to Rome. using isset() and in_array() is a very good start indee

Re: [PHP] making checkbox's and radio buttons sticky

2005-08-13 Thread Jochem Maas
- Original Message - From: "Jochem Maas" <[EMAIL PROTECTED]> To: "Ted Passey" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED] .php.net> Sent: Saturday, August 13, 2005 4:40 PM Subject: Re: [PHP] making checkbox's and radio buttons sticky Ted Passey wro

Re: [PHP] making checkbox's and radio buttons sticky

2005-08-12 Thread Jochem Maas
?> Thanks for the help... zed - Original Message - From: "Jochem Maas" <[EMAIL PROTECTED]> Newsgroups: php.general To: "zedleon" <[EMAIL PROTECTED]> Cc: Sent: Thursday, August 11, 2005 9:18 PM Subject: Re: [PHP] making checkbox's and radio buttons sticky

Re: [PHP] making checkbox's and radio buttons sticky

2005-08-11 Thread Jochem Maas
zedleon wrote: I am new to php and am in need of some guidance I am building a sticky form and am having trouble bringing in the data sticky as in honey? fields for checkbox's and radio button's. Any help on how to do this would be appreciated HTML form sample PHP am I on the right trac