Re: [PHP] php does not get variable values in POST method

2004-09-02 Thread Matt M.
> I developed an html/php form in a Php version 4.0.6, working fine, but when > a moved the files to another web server with Php 4.3.2 the file > procesaadmision.php called in the Post method does not get any of the input > html variables defined in the calling form. > I am guessing register_glo

Re: [PHP] php does not get variable values in POST method

2004-09-02 Thread Jason Davidson
Its possible you had register globals turned on for your server, and its not turned on now. How do you retrieve these vars, try retrieving them with $_REQUEST['myVarName'] or $_POST['myVarName'] Jason Leticia Campos <[EMAIL PROTECTED]> wrote: > > I developed an html/php form in a Php version

RE: [PHP] php does not get variable values in POST method

2004-09-02 Thread Jay Blanchard
[snip] I developed an html/php form in a Php version 4.0.6, working fine, but when a moved the files to another web server with Php 4.3.2 the file procesaadmision.php called in the Post method does not get any of the input html variables defined in the calling form. [/snip] A common problem. In

RE: [PHP] php does not get variable values in POST method

2004-09-02 Thread Vail, Warren
st" method). Warren Vail -Original Message- From: Leticia Campos [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 9:04 AM To: '[EMAIL PROTECTED]' Subject: [PHP] php does not get variable values in POST method I developed an html/php form in a Php version 4.0.6, wor

[PHP] php does not get variable values in POST method

2004-09-02 Thread Leticia Campos
I developed an html/php form in a Php version 4.0.6, working fine, but when a moved the files to another web server with Php 4.3.2 the file procesaadmision.php called in the Post method does not get any of the input html variables defined in the calling form. Thanks for any help Leticia Campos