Jump to content

emporas

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by emporas

  1. If you have small number of users you do not need to create databases, just create a file (with extension .php so as not be able to see it with browser, everyone). If not you have to create databases, and create a PHP script that make queries to validate the users. Do you need exactly the queries that create the database?
  2. If I understand well, you need something like this<html><head><script type="text/javascript" language="JavaScript"><!--function Redirect(){ //do_something with usename or password, probably validate somehow location.href = document.login.siteRedirection.value;}// --></script></head><body><center><form name="login" method="Post" >Username <input type="text" name="username" size="30" ><br>Password <input type="password" name="pass" size="30" ><br>Site <input type="text" name="siteRedirection" size="30" ><br><input type="button" onClick="Redirect()" value="Submit"></form></center></body></html>I hope this was useful. If you want to program, exactly what you want just mail me
×
×
  • Create New...