Jump to content

form submit at godaddy?


webguy262

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.