Hi,
I used Dreamweaver to create a website and I need the users to login to a particular page to download files. Can you please let me know where I can find a script and directions to do this? I checked hotscripts.com but there seems to be none of this script.
Thanks
Can be done with session_start() on each page where you check if the user is logged in or not, depending on a set variable on the login page. It should not be something that requires a daunting script.
Login scripts are simple, and probably will come up in a Google search of "PHP Login Script" or even if you search the board.