PDA

View Full Version : need advise how to import thread via CVS


radiofranky
12-07-2011, 09:12 PM
Hi,
I'm starting a stock website and I would like to create threads for each of the stock ticker and some data in the message.

I was wondering if someone could help me find an efficient way to achieve this.

thanks

kh99
12-09-2011, 02:00 PM
I helped someone a while back who wanted to create a thread for each zip code. What we did was first imported a list of all zip code info into a database table, then we used hooks in the newthread page and added a loop to go through the zip table and build the thread title and message using fields from that table. Of course if you know it's just a one-time thing you could use a separate script instead of building it in to newthread.php. Anyway, maybe you can use the same idea.

radiofranky
12-15-2011, 09:54 PM
thanks