|
php quesiton - loading multiple url based queries using script
Basically, I need to load a few url based commands using a php script. Example=
http://www.test.com/command.php?test=1&test1=1
http://www.test.com/command.php?test=2&test2=2
http://www.test.com/command.php?test=3&test3=3
etc. etc.
This url is on an external site
Hope I explained this right
|