RE: Open New URL window FINAL ANSWER

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Wow, it really must be late, Thank you for pointing out that missing
parenthesis
... 330am and now I can go to bed happy... TY VM

Ending Code for anyone listening:

Get PW from another .php page using:

<form action="passwordcheck.php" method="post">
<br />
What is the Password?: <input type="text" name="pw" />
<input type="submit" value="Submit!"/>
</form>

This is the passwordcheck.php code:
<?php
	if ($_POST['pw'] != burgers)
	{
	header("Location: password.php");
	}
	else
	{
	header("Location: sept-coupon07.html");
	}
?>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux