0
I have a database with the fields: name I have an a.php file that fetches the name data from mysql and fills in a certain area of the page (content).
What I want is that as long as there is data in the database in the "name" column the a.php file is copied X times, changing its name and content.
Example: the A.php file is copied to ana.php and changes the contents of the page itself to "Ana"
How can I do it?
I’m sorry if I’ve misunderstood, but what you’re trying to do seems to be a gambit. Could you detail what your application is and what exactly you’re trying to do?
– Woss