[PHP] odd error with if !(cond){}

2004-01-19 Thread Tristan Gutsche
'(' in c:\inetpub\wwwroot\php\car.php on line 9 To avoid the error im simply using a script that doesnt use the ! mark but the fact that using an ! in this position is occuring is worrying.. Has anyone else encountered this? Regards Tristan Gutsche -- PHP General Mailing List (http://www.php.net

Re: [PHP] odd error with if !(cond){}

2004-01-19 Thread Tristan Gutsche
Danke looks like its a simple case where the reference book had a Typo in it putting the ! on the outside of the bracket. Thanx for your help. Regards Tristan Greg Donald [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tristan Gutsche

[PHP] generating arrays using $_REQUEST/$_GET/$_POST

2004-01-22 Thread Tristan Gutsche
Hello, I am having problems generating an array based on data passed from a form. The form has a series of fields with the same name math. When submited if i have register_globals=on i have no problems calling a $math variable and it spits out all the values assigned to math, however with