Hi I have like 3 pages like
http://mysite.com/?nom=Jason&id=10021628
I need to figure out how to make it act as if I entered all 3 into my web browser and loaded the page
Automate a page load
Moderator: General Moderators
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
file_get_contents() each?
-
jasondavis
- Forum Commoner
- Posts: 60
- Joined: Sat Feb 04, 2006 5:35 pm
hi thanks for the fast responce,
Basicly I dont need to see the results of the page load but when I go to that URL it inserts me into the DB on that site so I need a way to get inserted to all 3 sites as if I entered that url into the address bar 3 times, when I say that URL it is actuallt 3 different URL in that format
Basicly I dont need to see the results of the page load but when I go to that URL it inserts me into the DB on that site so I need a way to get inserted to all 3 sites as if I entered that url into the address bar 3 times, when I say that URL it is actuallt 3 different URL in that format
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA