I am building a form that posts to itself. I have the following to detect the submit button being clicked: If($_POST["go"] == "add link")
I am getting a warning that says 'go' is undefined. How do I define this? Thanks, Clint -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php