Jump to content

Question about dumping results


grazzman

Recommended Posts

Hey,

I need to grab the results of a CGI script and dump it into a variable without HTML in the results. I'm looking to do kind of what lynxs would do with the following....

lynx -dump -auth=user:pass https://somedomain.com/account.cgi?account=account123       

I need to do this but without using lynx.... If anyone can just point me in the right direction, I should be able to google the rest... If I can get the page into a variable, then I can pars the information that I need out of the results. I'm not sure if fopen or if any of the f commands will do this. If anyone has any ideas, please let me know.

Thanks
Link to comment
https://forums.phpfreaks.com/topic/15502-question-about-dumping-results/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.