PHP to read html page source.

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
handell
Forum Newbie
Posts: 7
Joined: Sat Feb 14, 2009 9:18 pm

PHP to read html page source.

Post by handell »

I have a CRM page that I can only access (for security reasons) from within my firewall.
I need a way to pass the html page source to the PHP server for PHP processing?

If I have the PHP script load it in my browser,
is there a way to get that page source from the browser history?
p3rk5
Forum Commoner
Posts: 34
Joined: Thu Jan 29, 2009 10:19 pm

Re: PHP to read html page source.

Post by p3rk5 »

Post Reply