Hi everyone,
"Assuming you have not omitted any of the code for script 2:
> You need to have a get the posted value at the start of script 2 i.e.
> $username = $_REQUEST['userName'];
vs.
> ". $_POST["userName"] ."";
> Mike
And assuming both Armando and Mikes answers work which met
Hi,
Can anyone tell me what's wrong with the two following
programs? The first (whatsName.html) is straight
HTML, and is supposed to build a form that asks a
question. The second program, (hiUser.php) is
supposed to read the value input by the user, and
process it. I'm not having any trouble w