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!
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!
Comment