Nathan Rixham wrote:
John Allsopp wrote:
Nathan Nobbe wrote:
On Sun, Dec 28, 2008 at 11:02 AM, John Allsopp
wrote:
Hi
I'm sure this is simple for yous all but I'm not sure I know the
answer.
$myFileLast = "http://www.myDomain.com/text.txt";;
if (is_readable($myFileLast))
John Allsopp wrote:
Daniel Brown wrote:
On Sun, Dec 28, 2008 at 13:02, John Allsopp
wrote:
$myFileLast = "http://www.myDomain.com/text.txt";;
if (is_readable($myFileLast))
{
$fh = fopen($myFileLast, 'r');
$theDataLast = fread($fh, 200);
fclose(
John Allsopp wrote:
Nathan Nobbe wrote:
On Sun, Dec 28, 2008 at 11:02 AM, John Allsopp
wrote:
Hi
I'm sure this is simple for yous all but I'm not sure I know the answer.
$myFileLast = "http://www.myDomain.com/text.txt";;
if (is_readable($myFileLast))
{
$fh = fo
3 matches
Mail list logo