Posted by Jim Michaels on 10/10/57 11:39
"giloosh" <giloosh99@gmail.com> wrote in message
news:1137557983.480184.227480@o13g2000cwo.googlegroups.com...
> Hello,
> how can i extract a websites html into a string.
> also, is there a limit to how many chars a string can hold?
>
> something like:
> $string = extracted_html($url);
>
> thanks for any help!
>
one function. $page=file_get_contents(http://www.google.com);
Navigation:
[Reply to this message]
|