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:
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
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