Jump to content

[SOLVED] Password box problem.


lszanto

Recommended Posts

I've been writing an installation script for a forum that I'm building and for some reason in the password box it has a value even if I refresh the page a few times and its very annoying as I have no idea whats wrong but here is the code.

 

echo "\nWelcome to the Einfach Forum installation file, please fll in the following mysql information and click step 2.<br /><br />";
echo "\n\n<form method=\"post\" action=\"install.php?step=2\" >\n";
echo "MySQL Host: <br /><input type=\"text\" name=\"host\" value=\"localhost\" /><br />\n";
echo "MySQL Username: <br /><input type=\"text\" name=\"user\" /><br />\n";
echo "MySQL Password: <br /><input type=\"password\" name=\"password\" ><br />\n";
echo "MySQL Database: <br /><input type=\"text\" name=\"database\" /><br />\n";
echo "<input type=\"submit\" value=\"Step 2\" />\n";
echo "</form>";

Link to comment
https://forums.phpfreaks.com/topic/38853-solved-password-box-problem/
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.