Hi i am new to PHP, i know a bit of MySQL however.
I am after a script that allows users to log in to a section of my website. Basically anyone can view content however i want each user to have there own page static html page that i will update.
If USER A logs in then they should be directed to
www.somewhere.co.uk/USERA/index.html
if USER B logs in then they should be directed to
www.somewhere.co.uk/USERB/index.html
Is this easily done? if so can anyone point me to the script if it has already been created?
Many thanks
Kev