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.
|