Hi all!
I still consider myself to be a newbie at PHP, but i have managed to develop a good PHP application, thanks in a large part to daniweb members' help and advice.
My problem now is, having coded a profile page (profile.php) which displays user information dependent on the username/password variables passed to it, i am now attempting to automatically create a "duplicate" file named "/$username" with all the information from the users profile.php file, which can then be accessed via a personal URL.
For example, in my case, if i login as "ben" i am then directed to http://mywebsite.com/profile.php where i can add, modify my profile information via PHP, Javascript and Mysql. Now having added or modified any information, if i navigate to http://mywebsite.com/ben i would like this file to show the up to date infomation.
I hope i'm explaining this ok, any help on this including things i may have to research further would be invaluable to me.
Many thanks in advance.