Home > PHP, Programming > Generate Pages From Keywords

Generate Pages From Keywords

November 30th, 2009

Hi,

I need a 1 page simple text-based app that can take a html template (that I provide), a list of keywords and a list of folder names, and then create a new page for each keyword, and save the new pages into the correct folders.

How it works:

User goes to a web page, sees 3 boxes.

Box 1: enter html for template (text)
Box 2: enter list of keywords (text, 1 per line)
Box 3: enter list of folder names (text, 1 per line)

Click ‘Go’ button.

the script processes the data and displays it in a table with more options.

The table has 8 columns:

1. keyword (display the keyword)
2. H1 tag (display the keyword in an editable 1-line text box, 1st letter capitalised)
3. H2 tag (display the keyword in an editable 1-line text box, 1st letter capitalised)
4. Title tag (display the keyword plus the word


Generate Pages From Keywords

Categories: PHP, Programming Tags: , , , , , ,
Comments are closed.
Bear