hmm,ok I try using this code:
<?
$file = "<http://www.mydomain.net>;
$fp = fopen($file);
$contents = fread($fp, filesize($file));
?>
but it keeps coming up with an error:
Parse error: parse error in c:\inetpub\wwwroot\zrc\sc\index.php on line 5
any ideas what I'm doing wrong,??
thanks...
Hello,
I'm looking for a simple way to grab info from a web page over the net using php?
is there a way to do this and if so could some one give me an example of how to it?
thanks in advance for yuor time!
hello,
ok I've made a script that reads into a log file,
I've also set it to read into each line, and count the number of lines that begine with a certain character,
what I would like to know is how to display only those lines?
here's the code I've got so far:
<%
Set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.