Re: [PHP-INSTALL] Beginner problem: Variables not parsing.

2005-03-20 Thread Michael
The way you are passing variables from processform.php to name.php (name.php?applicant=applicantname), name.php will recieve the variable as $_GET['applicant'], not $_POST['applicant']. For more information, see http://us3.php.net/manual/en/language.variables.predefined.php Allan Cooper wrote:

Re: [PHP-INSTALL] Beginner problem: Variables not parsing.

2005-03-20 Thread Forest Liu
in jobapp.html, you write: but not "processform.php". On Sun, 20 Mar 2005 21:00:50 +1100, Allan Cooper <[EMAIL PROTECTED]> wrote: > Hi all > > My setup is thus: > > Installed on WinXP (SP1) Web-Server SuiteVersion 1.14 standard, > auto-setup which includes the following: > PHP 4.3.10 > Apache

[PHP-INSTALL] Beginner problem: Variables not parsing.

2005-03-20 Thread Allan Cooper
Hi all My setup is thus: Installed on WinXP (SP1) Web-Server SuiteVersion 1.14 standard, auto-setup which includes the following: PHP 4.3.10 Apache 2 MySQL PhpMyAdmin and Perl (But I dont intend to use it just yet, thats a problem for another day lol) I believe PHP is setup as a module in Apache