Hi,
I am a bit of a newb with PHP and so far I have managed to get the hang of ECHO and INCLUDE, as well as that PHPINFO thing.
I am trying to make a very simple user login thing simply to learn how it works.
At the moment, i have the following: http://keefe.hyspex.com
That is my testing server for trying out my new sites before i put them on my main site.
The login box on the left is using the following code:
<?php
include "login.php";
?>
I am wondering what I need to do with login.php in order to create the login system? and im pretty sure i need more than 2 files but what are the others?
Cheers