hello
i have vBulletin board in my site and i want to write small PHP script to get data from browser then send it 3 times to my board
so i can add new 3 thread in a same time .
any idea ?
for($i=0; $i<3; $i++) post($HTTP_POST_VARS);