Why does this not work ???
From: gray (agenr_at_agent.com)
Date: 11/30/04
- Next message: gray: "Re: Why does this not work ???"
- Previous message: coolsti: "Re: How to get intermediate script results to browser?"
- Next in thread: gray: "Re: Why does this not work ???"
- Reply: gray: "Re: Why does this not work ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Nov 2004 13:48:03 GMT
Any ideas why this does not work ???
$fp = fopen ("test.txt", "rb") or die("Couldn't open file");
$mystring = filesize($fp);
echo $mystring
$mydata = fread($fp, filesize($fp));
echo $mydata;
It seems every PHP snippet I use, does not seem to work, without some
re-writing. Any ideas. I am using PHP Version 4.3.9
TIA
- Next message: gray: "Re: Why does this not work ???"
- Previous message: coolsti: "Re: How to get intermediate script results to browser?"
- Next in thread: gray: "Re: Why does this not work ???"
- Reply: gray: "Re: Why does this not work ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|