Posted by rich on 05/17/06 05:23
Jerry thanks alot. I have been programming PHP for a month now and I still forget little things. Here is the final code which worked of course. <?php error_reporting(E_ALL ^ E_NOTICE); $test =$_REQUEST['test']; printf("<a href=\"%s?test=%s\">%s</a><br>\n", $_SERVER['PHP_SELF'],"1", "Click Here"); if (isset($test)){ echo "$test</br>\n"; } ?>
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming