thanks. How do I replace my .csv with the following fields. I mean how do I read from my csv and insert into those variables?
For +10000 thread, do I just create a loop and let looping the entire code for the number of threads?
Code:
$forumid = 7; // The id of the forum we are posting to
$userid = 1; // The user id of the person posting
$title = addslashes($_POST["test title bla bla test"]); // The title of the thread
$pagetext = addslashes($_POST["test content bla bla test 123 this is long enough"]); // The content of the thread
$allowsmilie = '1'; // Are we allowing smilies in our post
$visible = '1';