Remove me please,
Thanks
Chris
- Original Message -
From: "Richard K. Miller" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, November 23, 2005 10:08 PM
Subject: [PHP-INSTALL] readfile and get_file_contents don't work
I compiled PHP from source on Fedora Core 4,
I compiled PHP from source on Fedora Core 4, but I must have left
something out because readfile and get_file_contents aren't working.
If I try to connect to a "http://"; address I get the error "failed to
open stream: connection timed out" or "failed to open stream: HTTP
request failed".
Scott Hamm wrote:
How can I set a limit on readfile() function to only read contents between
and tags rather than entire file?
I dont think you can but here's two solutions (not using readfile()):
Solution 1.
//beware that any other text on same line as body tags will be lost
$fh = fopen($fi
How can I set a limit on readfile() function to only read contents between
and tags rather than entire file?