Jump to content

Php include/GET questions...


jameslat

Recommended Posts

Hey,

I have a question regarding basic php include function.

how can i make my php include something from a website

example

include('http://www.web.com/index.php');

i can't get this to work, how can i fix this?

or

how could i use the php GET to grab a certain divlayer from the webpage?

thanks for all the help!

Link to comment
https://forums.phpfreaks.com/topic/197031-php-includeget-questions/
Share on other sites

Hey,

I have a question regarding basic php include function.

how can i make my php include something from a website

example

include('http://www.web.com/index.php');

i can't get this to work, how can i fix this?

or

how could i use the php GET to grab a certain divlayer from the webpage?

thanks for all the help!

 

Sounds like you are looking for a php screen scraper... check this out

 

http://www.bradino.com/php/screen-scraping/

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.