Is there anyway to duplicate a .php page and change its name example:
A user registers on my site and then wants to go check out another users profile and then look at his. In the process of registering the code has already created a file for his profile.
Is there anyway to do that?
Duplicating pages with php
Moderator: General Moderators
Re: Duplicating pages with php
arent you saving the profile on a database. Why use a file for that?