Hello all..I am no php expert but I am curious if anyone knows of a tutorial to writing a php script which will allow me to visit a website and insert a variable..then pause before going to the next website in line and doing the same thing. Any help is appriciated!
Can you be more specific? What do you mean by "insert a variable"? And why pause? What are you trying to achieve with this?
I would like to have the script visit a linkdump website (site made for dumping your URLs at)..The script would visit the site and input my URL (the variable)..then pause before visiting the next site..However the pause really isn't neccesary.
i would suggest checking out libcurl. send some post data over to the site, sleep(1), goto next site. www.php.net/curl