Jump to content

Form posting


davidf85

Recommended Posts

I am working on a PHP/MySQL authorization script.

The script seems to work initially, but when I try to Login and post the Form (

        echo '<form method="post" action=authorize_1.php">';

echo '<table>';

echo '<tr><td>Userid:</td>';

echo '<td><input type="text" name="userid"></td></tr>';

echo '<tr><td>Password:</td>';

echo '<td><input type="password" name="password"></td></tr>';

echo '<tr><td colspan="2" align="center">';

echo '<input type="submit" value="Log in"></td></tr>';

echo '</table></form>';

)

Internet Explorer returns the error that the page is not found.... but I am using one .php file for the authorization so I am sure the page is found because i can see the Login portion.

 

Any ideas as to what is going wrong?

Link to comment
https://forums.phpfreaks.com/topic/245906-form-posting/
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.