B
Babydanes 0
Guest
I'm currently working on my website's log-in .. i have a database named infodb and a table named accounttbl and fields like FirstName, LastName, Eadd, UserName, Password.
i have this for my login.php
<form action='logging.php' method='POST'>
Username: <input type='text' name='customu'>
Password: <input type='text' name='pass'>
<input type='submit' value='Log in'>
i don't know if i use the right method or it suppose to be GET?
then in logging.php
i'll be selecting the table where UserName='$customu'.
i tried to change my strategies but i can't display those arrays..
how would i do this?
i have this for my login.php
<form action='logging.php' method='POST'>
Username: <input type='text' name='customu'>
Password: <input type='text' name='pass'>
<input type='submit' value='Log in'>
i don't know if i use the right method or it suppose to be GET?
then in logging.php
i'll be selecting the table where UserName='$customu'.
i tried to change my strategies but i can't display those arrays..
how would i do this?