[PHP] RE: Need help with ? vs. php?

2003-03-05 Thread LeTortorec, Jean-Louis
That's fixed. Thanks. Now, another problem. The data I capture in a form (web page 1) are not received by the PHP page (web page 2). Is there something different with the previous version of PHP? Thanks to all of you for your help. Jean-Louis -Original Message- From:

Re: [PHP] RE: Need help with ? vs. php?

2003-03-05 Thread R'twick Niceorgaw
set register_globals=on in php.ini or use $_POST/$_GET super global array - Original Message - From: LeTortorec, Jean-Louis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 12:14 PM Subject: [PHP] RE: Need help with ? vs. php? That's fixed. Thanks. Now, another

RE: [PHP] RE: Need help with ? vs. php?

2003-03-05 Thread John W. Holmes
That's fixed. Thanks. Now, another problem. The data I capture in a form (web page 1) are not received by the PHP page (web page 2). Is there something different with the previous version of PHP? Register_globals ---John W. Holmes... PHP Architect - A monthly magazine for PHP

[PHP] Re: Need help with ? vs. php?

2003-03-05 Thread Clete Rivers Blackwell 2
Don't know if anyone said it, but you do not need to use php?, it's invalid AFAIK... just probably as they said, set short_tags=On in php.ini or something similar... Jean-Louis Letortorec [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello everyone, I've installed the Apache v2.0.44