Until I figure out how to create passwords in a MySQL Database Im relying on HTML scripts to work.
This does work, everything is good, except if I put it on the web people can discover the code by viewing the source.
Now my question is, is there someway I can store the HTML scripts for passwords in a different page and they access it threw a different page.
Eg, when using email forms you use the script.
<form method="POST" action="email.php">
Is it possible to do something like that but with the scripts.
So the page refers to it.
<Action="passwords.htm">
If anyone can help that would be most helpful.
Thank you
Grant