Posted by Hilarion on 11/24/72 11:26
> I believe you need to do this first before the echo statement in > MyPhpFile.php: > > $MyVal = $_POST[MyVal]; You probably wanted to write: $MyVal = $_GET['MyVal']; or $MyVal = $_REQUEST['MyVal']; Hilarion
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming