Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

calling up website, server side, without output going to browser...

Status
Not open for further replies.

spewn

Programmer
May 7, 2001
1,034
I have a site that that takes info from my first page and carries it to the second page, as sort of a more personal feel. i also want to take that information in the first page and send it, via query string, to another website, without a window opening or the user's interaction altered in any way.

this is why i think it should be accomplished server side.

anyway, i've seen the same done with php. is there any work around for perl?

thanks!

- g
 
You can look into LWP::UserAgent for the sending data to the other website. You can probably do it with other modules as well and maybe even the operating system.

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top