webguy262 Posted January 9, 2010 Share Posted January 9, 2010 Trying to test form submission at GoDaddy and it does not seem to work. Here's the page... http://brinsterinc.com/tireclick/test.php Here's the source... <html> <head></head> <body> <?php if ($submit) { echo "Submitted"; } else { echo "Nope"; } ?> <form action="test.php" method="post"> <input name="submit" type="submit" value="Submit" /> </form> </body> </html> Have they shut down all form submissions that don't use their scripts? Link to comment https://forums.phpfreaks.com/topic/187865-form-submit-at-godaddy/ Share on other sites More sharing options...
wildteen88 Posted January 9, 2010 Share Posted January 9, 2010 $submit should be $_POST['submit'] Link to comment https://forums.phpfreaks.com/topic/187865-form-submit-at-godaddy/#findComment-991882 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.