hi all
$lines = file('http://google.com');
echo $lines[0];
it doesn't work, i want to echo the first line, how to?
thanks
from Peter (cmk128@hotmail .com)
$lines = file('http://google.com');
echo $lines[0];
it doesn't work, i want to echo the first line, how to?
thanks
from Peter (cmk128@hotmail .com)
Comment