RE: [PHP-WIN] form to php

2004-07-29 Thread PHP MySQL
ctly for that WS Then the following script should yield resultÂ… [Save as info.php] [Execute http://localhost/info.php] Mail me the resultsÂ… -Original Message- From: PHP MySQL [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 1:12 PM To: [EMAIL PROTECTED] Subject: RE: [

Re: [PHP-WIN] form to php

2004-07-29 Thread PHP MySQL
hi, Yes this is the contents of the file. I tried to use ur code but it still displays the entire code and not just the line required. Any idea wht is wrong. thanks, penjo Luis Moreira <[EMAIL PROTECTED]> wrote: Is this the contebnt of the PHP file ? Hi .You are It can not start by the

RE: [PHP-WIN] form to php

2004-07-29 Thread PHP MySQL
hi, 1) The lines in the form are in the correct order. 2)i tried using HTTP_POST['age']; ?> , but it still displays the entire code. Not quite sure wht u meant by "AUTOGLOBAL ON|OFF setting". If u meant register_globals in php.ini file, then it is set to on. 3) Regarding action.php: phpinf

Re: [PHP-WIN] form to php

2004-07-29 Thread Luis Moreira
Is this the contebnt of the PHP file ? Hi .You are It can not start by the "Hi" word ... Action.php should be something like $name = $_POST['name']; $age = $_POST['age']; echo "Hi $name. You are $age"; ?> PHP MySQL wrote: hi list, i have managed to successfully install php and i am now goi

[PHP-WIN] form to php

2004-07-29 Thread PHP MySQL
hi list, i have managed to successfully install php and i am now going through the manual and trying a few of the examples given there. The examples i have tried till now are all working except for one. The example about inputting in the form and then displaying it through php is not working