/ Published in: PHP
Easily extract the Content from a HTML Page with this tiny function.
Expand |
Embed | Plain Text
function page_body($url){ $body = $contents[0]; return $body; }
You need to login to post a comment.
Easily extract the Content from a HTML Page with this tiny function.
function page_body($url){ $body = $contents[0]; return $body; }
You need to login to post a comment.