Automate a page load

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jasondavis
Forum Commoner
Posts: 60
Joined: Sat Feb 04, 2006 5:35 pm

Automate a page load

Post by jasondavis »

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
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Can you clarify this question a little bit. I am not sure what you are looking for is clearly spelled out (at least not for me).
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

jasondavis
Forum Commoner
Posts: 60
Joined: Sat Feb 04, 2006 5:35 pm

Post by jasondavis »

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
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Read feyd suggestions...
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Are you trying to execute a script on three individual web sites with the same data? Are these your web sites? What process are you shooting for?
Post Reply