lszanto Posted February 17, 2007 Share Posted February 17, 2007 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>"; Quote Link to comment https://forums.phpfreaks.com/topic/38853-solved-password-box-problem/ Share on other sites More sharing options...
The_Assistant Posted February 17, 2007 Share Posted February 17, 2007 try holding the shift key down while you click on the refresh button. that fully reloads the page instead of straight out of the cache. Quote Link to comment https://forums.phpfreaks.com/topic/38853-solved-password-box-problem/#findComment-186837 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.