Appending stuff to keywords using PHP

Status
Not open for further replies.

Mike

New member
Jun 27, 2006
6,779
114
0
50
On the firing line
Okay, here's another one:

I would like to append certain things to keywords, but to do it manually will take a lifetime.

Can someone help me with the php needed to:
  1. Allow for multiple items to be listed. ie. the keyword box in Google, one keyword per line up to xxx number of keywords
  2. Accept a .txt doc (either .csv, tab delimited or carraige return separated) of keywords
  3. Have a script run that will add action words (buy, get, purchase, etc.) to the keywords
  4. Output the new keyword as a .csv document or .xls
So, basically if I have 100 keywords, and I want to add 6 different prefixes the script would do the hardwork and spit out a 600 keyword list (6 keywords out for every 1 in)

Thanks!
~Mike~
 


Rock on! I'll check those links out and report back! Thanks!

/edit/ Great NachoNinja! That's exactly what I was looking for! +rep for you!

Kyle, also good links, but I already gave you +rep for the .htaccess thing, so Thanks! will have to do :D
 
Status
Not open for further replies.