Re: [PHP] Retrieve HTML page

2001-02-01 Thread Kif
something like this perhaps ? $remotefile = file($remote_file_url); $file_contents = join( '', $remotefile); Cheers Kif - Original Message - From: "Jared Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 01, 2001 11:03 PM S

[PHP] Inappropriatte ioctl

2001-02-01 Thread Kif
//195.92.38.87/cgi-win/homeview.dll?details1?src=1050&PropertyCo de=1050003/SAPHI/14665/3","r") - Inappropriate ioctl for device in /home/httpd/docs/test.php on line 6 So can someone please tell me, what the blazes an ioctl is and why do i have an inappropriate one? The remote

[PHP] Inappropriate ioctl for device

2001-02-01 Thread Kif
blazes an ioctl is and why do i have an inappropriate one? The remote file is fine, Thanks Kif -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] INAPPROPRIATE IOCTL ERROR

2001-02-01 Thread Kif
blazes an ioctl is and why do i have an inappropriate one? The remote file is fine, Thanks Kif -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Remote Directory listing

2001-01-27 Thread Kif
hi, if i want to index the filenames in a local directory its quite easy using something like the following: $startdir = "." ; $the_directory = opendir($startdir) ; while($filename = readdir($the_directory)) { print("$filename = "); print(filesize($filename)); print(""); } close

[PHP] Indexing Remote Directory

2001-01-26 Thread Kif
hi, if i want to index the filenames in a local directory its quite easy using something like the following: $startdir = "." ; $the_directory = opendir($startdir) ; while($filename = readdir($the_directory)) { print("$filename = "); print(filesize($filename)); print(""); } close

[PHP] Bad file descriptors

2001-01-23 Thread Kif
on please Thanks Kif [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]