form submit at godaddy?

Posted on 16th Feb 2014 by admin

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...

Code: <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?

Other forums