[PHP-WIN] $username=$_REQUEST vs .$_POST["userName"]?

2004-11-24 Thread aomarlow
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

[PHP-WIN] What's wrong with these two programs?

2004-11-22 Thread aomarlow
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