Jump to content

How to


ernest1a

Recommended Posts

I have a database of 1000 full names and I would like to generate for each name a single duplicate page with name and meta keywords of this name.

 

My questions are two:

1.

How to automatically create 1000 pages where difference in each page will be only a name and meta keywords? Rest of html of each page will be the same in each one. I have no idea, please give me at least just some directions.

2.

How to create for every new user a new page when he/she click Register. So I have

<form action=’nameofpage.php’ method=’POST’>

<input type=’submit’ value=’Register’>”;

...

 

But so far I know that POST method inside <form> tag store just data from forms. But how to release action to publish a whole new html page with some extra data?

 

Thank you

Link to comment
https://forums.phpfreaks.com/topic/140606-how-to/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.