string in a variable
Posted: Tue Jul 28, 2009 12:03 am
Hello again
I have a PHP statement which goes like this:
$result = fgets($fh);
where $result will store a line read from a text file. I would like to know if the $result var actually contains the strings read, anyone can help?
I have a PHP statement which goes like this:
$result = fgets($fh);
where $result will store a line read from a text file. I would like to know if the $result var actually contains the strings read, anyone can help?