What if I want to make a user signup.php file. I have a varible at the top like.
$loginname = $_POST['loginName']
or do I just make it like this?
$loginname = loginName
loginName is mysql column
I think I kinda get it. What I dont get is what to make it =
I know I should use POST on the form input box.
could I use something like this as the Initital vaule. [loginName]
Im just trying to start out I made a upload script just trying to make a memebers system to go with it.
Thanks