Jump to content

Get contents from web by preg_match


etrader

Recommended Posts

I want to parse some tiny lines from a webpage. I have few questions:

 

1. What is faster and better: cURL or file_get_contents?

2. Is it better to run preg_match commands form every line I want OR first get a shorter part (e.g. between <head> tag) then running preg_match for the lines?

3. Actually, I need to load the whole page before parsing. Is there a way to stop loading the whole page. For example, when I want something between <head> tag; stop loading <body>?

 

Thank you in advance!

Link to comment
https://forums.phpfreaks.com/topic/246944-get-contents-from-web-by-preg_match/
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.