Re: file() works in Windows not on Linux
- From: "Meião" <otanuki@xxxxxxxxx>
- Date: 27 Oct 2005 08:02:18 -0700
ah, ok
if you dont actually NEED the file
you can (in PHP 5)
$remote_url = "http://somedomain.com/somepage.php?var=value";
if (is_readable($remote_url))
$data = file($remote_url);
.
- References:
- file() works in Windows not on Linux
- From: erich . kolb
- Re: file() works in Windows not on Linux
- From: otanuki@xxxxxxxxx
- Re: file() works in Windows not on Linux
- From: erich.kolb
- file() works in Windows not on Linux
- Prev by Date: Re: Upload only CSV files
- Next by Date: php install problem
- Previous by thread: Re: file() works in Windows not on Linux
- Next by thread: Specifying DNS server in PHP
- Index(es):