Hi,
Does anyone know of a command in PHP (version 4.2.3) that can pull
back the contents from a URL? E.g.
<?php
$remote_HTML = ServerSideGetUR L("http://www.noddy.com/");
?>
Is there anything like this? Anyone know?
Many thanks, Michela.
Does anyone know of a command in PHP (version 4.2.3) that can pull
back the contents from a URL? E.g.
<?php
$remote_HTML = ServerSideGetUR L("http://www.noddy.com/");
?>
Is there anything like this? Anyone know?
Many thanks, Michela.
Comment