![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: What should I do if fopen is restricted?
From: <typingcat@gmail.com>
Date: Tue Oct 25 2005 - 17:27:08 CEST
I've found that file() and file_get_contents() generates the same
$fp = fsockopen("www.google.com", 80, $errno, $errstr, 30);
fwrite($fp, $out);
Ramon wrote:
|