I have a question as of now I have a HTML login where it looks like this
<form method="post" Action= ../php/search.html>
Username
<INPUT NAME="U_Name" Size="10">
</form>
I can get the information back if I "username=$U_Name" on the search.html page put I can not pass the variable to anyother page. For example I need the variable to valid the username, password, and database. but I can only pass the variables to the html that is in the action. please if anyone can please help me it will be very notied.
Scotty