Re: [PHP-INST] Problems in Running php under 8.2 (formfieldvalues)

2003-06-20 Thread Armand Turpel
Hi Ruprecht, The variable register_globals is set to Off. In your case it must be: register_globals = On Armand - Ruprecht Helms wrote: Hi, Yesterday I upgrade my host to Suse 8.2. By testing formfieldvalues I found that the entry is not transfered to

[PHP-INST] Problems in Running php under 8.2 (formfieldvalues)

2003-06-20 Thread Ruprecht Helms
Hi, Yesterday I upgrade my host to Suse 8.2. By testing formfieldvalues I found that the entry is not transfered to the script or there are troubles in the outputting. Result is I get an empty page. I think the problem can be in the php.ini. Attached you can see it. My formularpage use normal th