s0beit Posted August 19, 2006 Share Posted August 19, 2006 i want to send multiple GET HTTP requests from one page, how can this be done?i want to report to the page like so:[code]report_to_page("http://fake.com/test.php?id=".$number;[/code]ive got no answers from other forums, help if you can please. Link to comment https://forums.phpfreaks.com/topic/18009-sending-multiple-get-requests/ Share on other sites More sharing options...
Woolf Posted August 19, 2006 Share Posted August 19, 2006 Could you explain in more detail what you wish to do? I'm not sure I quite understand what you want. Link to comment https://forums.phpfreaks.com/topic/18009-sending-multiple-get-requests/#findComment-77116 Share on other sites More sharing options...
s0beit Posted August 19, 2006 Author Share Posted August 19, 2006 do this:[code]<form action="http://onlinenow.myspace.com/OnlineNow/UserStatusChange.html" method="get" name="form1" class="style1"><center>User ID: <input type="text" name="UserID"> <br><br>Status: <select name="online"> <option value="1">Online</option> <option value="0">Offline</option> </select> <br> <br> <input type="hidden" name="visible" value="1"> <input type="hidden" name="id" value="68143"> <!-- &online=1&visible=1&id=68143 --> <input name="" type="submit" value="Submit"> </center></form>[/code]for every ID on myspace, rofl.javascript is even better, as i can run that off of imageshack ;D Link to comment https://forums.phpfreaks.com/topic/18009-sending-multiple-get-requests/#findComment-77120 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.