that doesnt work because $id is back to 1, but in the new window i would want it to be 22!
ok lets throw out the window wot i've previously been asking. i've thought of another idea which would resolve my little problem...
is there anyway to populate the fields of a form in login.html by passing in the values from admin.php?
login.html has the following form:
<form name="login" action="login.php" method="post">
Email: <input type="text" name="email">
Password: <input type="password" name="password">
<input type="submit" value="ENTER">
i would want the email and password fields to be populated by the variables past to it from admin.php
is it even possible to populate fields in a .html form, from a .php file?