[PHP] isset and multiple selects
Hi, is it a fact that: If I have multiple select with e.g. "pers[]" as name, I cannot check for an isset($pers) if the user left the field blank? I know it all works with textfields ... But in this case isset() seems not work. There is also no entry in HTTP_POST_VARS for that. Or might this be a browserspecific problem? (MSIE 5 on Mac) Regards, Alex -- ___ Alexander Lohse Human Touch Medienproduktion GmbH Am See 1 17440 Klein Jasedow Tel: (038374) 75211 Fax: (038374) 75223 eMail: [EMAIL PROTECTED] http://www.humantouch.de -- 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] Re: isset and multiple selects
Hi, No, empty(), also does not apply, because it is not set. It is NOT in the HTTO_POST_VARS Array! Is this a usual behavior? Greets, Alex -- ___ Alexander Lohse Human Touch Medienproduktion GmbH Am See 1 17440 Klein Jasedow Tel: (038374) 75211 Fax: (038374) 75223 eMail: [EMAIL PROTECTED] http://www.humantouch.de -- 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] installing 4.0.6 fails
Hi, I used to install every version up to 4.0.4 with apxs. Always worked fine. But Version 4.0.6 fails, telling me that apache would not have been built with mod_so support! I am using apache 1.3.6. Any idea? Regards, Alex PS: Please mail cc-me because I am currently offlist! Thanx. -- ___ Human Touch Medienproduktion GmbH Am See 1 17440 Klein Jasedow Alexander Lohse Tel: (038374) 75211 Fax: (038374) 75223 eMail: [EMAIL PROTECTED] http://www.humantouch.de -- 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]