Re: [PHP] Problems with post data

2003-04-01 Thread Frank Westerbeke
John, Thanks for your patience. I've been trying to get a grip on PHP/MySQL with a book written by Jay Bulger and Jay Geenspan. Obviously a wrong choice since your solution is not mentioned in their book. I will check the manual more often. Frank "John W. Holmes" <[EMAIL PROTECTED]> schreef in

RE: [PHP] Problems with post data

2003-03-30 Thread John W. Holmes
> Does this bug also applies to passing variables in an URL. > > I'v noticed that when the directive register_globals is set to off as it > is > recommended in the php.ini file no variables are passed on to other pages. > Switching it to on would be the simplest solution, but scripts like > phpMy

Re: [PHP] Problems with post data

2003-03-30 Thread Chris Shiflett
Frank, John's answer applies to Apache 2.44 as well. I'm not sure how you interpreted his advice against using Apache 2 to mean that an upgrade would solve your problem. He recommended using the latest Apache 1.3.x. The likely reason you are having trouble with register_globals is that you need t

Re: [PHP] Problems with post data

2003-03-30 Thread Haseeb Iqbal
hi, i have seen some script using a unique method.they grab all the global variables in a array and then unset the global variables.ofcourse they are not handling file uploads.i think its a good idea if you are not uploading files. any suggestions are welcome Haseeb >I'v noticed that when the d

Re: [PHP] Problems with post data

2003-03-30 Thread Frank
Does this bug also applies to passing variables in an URL. I'v noticed that when the directive register_globals is set to off as it is recommended in the php.ini file no variables are passed on to other pages. Switching it to on would be the simplest solution, but scripts like phpMyAdmin do not s

RE: [PHP] Problems with post data

2003-03-29 Thread Mark Douglas
PM To: '[EMAIL PROTECTED]' Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Problems with post data Yes, the webserver that works is running apache2, however it's 2.0.44 instead of 2.0.43... I'm upgrading the broken one now to see if that fixes the problem. -Original Message-

RE: [PHP] Problems with post data

2003-03-29 Thread Mark Douglas
27;Mark Douglas'; [EMAIL PROTECTED] Subject: RE: [PHP] Problems with post data I bet the web server that works is not running Apache 2, is it? Either way, it's an Apache2 and PHP bug. It's in the bug tracker somewhere... Use Apache 1.3.27 or whatever the latest is... ---John W. Holmes

RE: [PHP] Problems with post data

2003-03-29 Thread John W. Holmes
I bet the web server that works is not running Apache 2, is it? Either way, it's an Apache2 and PHP bug. It's in the bug tracker somewhere... Use Apache 1.3.27 or whatever the latest is... ---John W. Holmes... PHP Architect - A monthly magazine for PHP Professionals. Get your copy today. http://w