RE: [PHP-DB] read a file from local harddisk

2002-12-10 Thread dufronte
] Subject: Re: [PHP-DB] read a file from local harddisk One thing to keep in mind is that PHP is 100% server side. So, regardless of what machine you are using to browse your PHP page, it will only know of text files on the server. So, you will probably need to employ socket connections in order

RE: [PHP-DB] read a file from local harddisk

2002-12-10 Thread dufronte
I tried fsockopen()... but it doesn't work too... --www.kapsul.org-- DuFronte -Original Message- From: dufronte [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 1:49 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP-DB] read a file from local harddisk

RE: [PHP-DB] read a file from local harddisk

2002-12-10 Thread dufronte
PROTECTED] Subject: RE: [PHP-DB] read a file from local harddisk could you map a drive letter on the web server to the folder where the files are? [EMAIL PROTECTED] 12/10/02 10:49AM Well I don't know how to make a socket connections... can you give me an example please... Sorry to bother you :D