Re: [PHP-DB] File retrieval

2005-04-03 Thread Calvin Lough
http://www.php.net/fread > > Bastien > >From: "Ron Piggott" <[EMAIL PROTECTED]> > >Reply-To: "Ron Piggott" <[EMAIL PROTECTED]> > >To: "PHP DB" > >Subject: [PHP-DB] File retrieval > >Date: Fri, 1 Apr 2005 22:43:17 -0500 &

RE: [PHP-DB] File retrieval

2005-04-03 Thread Bastien Koert
ggott" <[EMAIL PROTECTED]> Reply-To: "Ron Piggott" <[EMAIL PROTECTED]> To: "PHP DB" Subject: [PHP-DB] File retrieval Date: Fri, 1 Apr 2005 22:43:17 -0500 If I have a file named "data.txt" Is it possible to load the contents of it into a variable sear

Re: [PHP-DB] File retrieval

2005-04-03 Thread Mark Cain
You could read this: http://php.net/fread or try this -- assuming that this is a non-windows OS: Mark Cain - Original Message - From: "Ron Piggott" <[EMAIL PROTECTED]> To: "PHP DB" Sent: Friday, April 01, 2005 11:43 PM Subject: [PHP-DB] File retrieval

[PHP-DB] File retrieval

2005-04-02 Thread Ron Piggott
If I have a file named "data.txt" Is it possible to load the contents of it into a variable search as $contents idealy I would like to know if I am able to do something like $contents = data.txt; Ron -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

Re: [PHP-DB] File retrieval from DB

2001-01-24 Thread nuitari
Beau Lebens wrote: > > Greetings all, > > I am having great difficulties with an online app that I am developing. > > To avoid issues with file permissions etc, I am saving files into a MySQL > database (soon to be PostgreSQL), which works marvellously. Along with the > contents of the file, I

[PHP-DB] File retrieval from DB

2001-01-24 Thread Beau Lebens
Greetings all, I am having great difficulties with an online app that I am developing. To avoid issues with file permissions etc, I am saving files into a MySQL database (soon to be PostgreSQL), which works marvellously. Along with the contents of the file, I save the name, mime-type and size.