Could someone please point me into the direction or show me the simplest way to implement this?
Basically here is my need. I just learn PHP a week ago and have a test site running doing image gallery, etc.
I am thinking of adding on the menupath a link for site administrator (me) to login in to my site and have access to a few tools such as maintainence function of uploading, insert, and updating record on the mysql.
I got the the form to handle the upload, insert, and delete record completed, but haven't put it on the site yet because i want that to be limited to my usage only.
I was thinking of putting it in a subdirectory and use the .htaccess method, but since i am trying to learn php, might as well learn how to do the session cookie at the same time. Nothing fancy.
Thanks!