Re: [PHP-DB] php and mysql file insertion!

2001-03-06 Thread Kevin Connolly
ot; <[EMAIL PROTECTED]> Cc: "'Kevin Connolly'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 06, 2001 8:03 PM Subject: Re: [PHP-DB] php and mysql file insertion! > Couldn't you also just store the image on the server, then put the path t

RE: [PHP-DB] php and mysql file insertion!

2001-03-06 Thread Rick Emery
;; '[EMAIL PROTECTED]' Subject: Re: [PHP-DB] php and mysql file insertion! Couldn't you also just store the image on the server, then put the path to the image (http://www.mysite.com/images/thatimg.jpg) in the database? -- David Balatero Rick Emery wrote: > Yes. There's a

Re: [PHP-DB] php and mysql file insertion!

2001-03-06 Thread David Balatero
-Original Message- > From: Kevin Connolly [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 06, 2001 1:39 PM > To: Rick Emery > Subject: Re: [PHP-DB] php and mysql file insertion! > > great thanks! > Will I be able to save different file types do you know? > wull it wor

RE: [PHP-DB] php and mysql file insertion!

2001-03-06 Thread Rick Emery
Yes. There's another tutorial on the site which addresses that question. rick -Original Message- From: Kevin Connolly [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 06, 2001 1:39 PM To: Rick Emery Subject: Re: [PHP-DB] php and mysql file insertion! great thanks! Will I be ab

Re: [PHP-DB] php and mysql file insertion!

2001-03-06 Thread Miles Thompson
Kevin, You generally get much better performance naming and storing your file in a directory, keeping only the link in a text field in MySQL. (Or just about any other database for that matter.) Miles Thompson At 06:27 PM 3/6/01 +, Kevin Connolly wrote: >Hi, >I have a MySQL database that i

RE: [PHP-DB] php and mysql file insertion!

2001-03-06 Thread Rick Emery
rom: Rick Emery Sent: Tuesday, March 06, 2001 1:23 PM To: 'Kevin Connolly'; '[EMAIL PROTECTED]' Subject: RE: [PHP-DB] php and mysql file insertion! http://www.weberdev.com/index.php3?GoTo=get_example.php3?count=1825 -Original Message- From: Kevin Connolly [mailto:

RE: [PHP-DB] php and mysql file insertion!

2001-03-06 Thread Rick Emery
http://www.weberdev.com/index.php3?GoTo=get_example.php3?count=1825 -Original Message- From: Kevin Connolly [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 06, 2001 12:28 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] php and mysql file insertion! Hi, I have a MySQL database that is

[PHP-DB] php and mysql file insertion!

2001-03-06 Thread Kevin Connolly
Hi, I have a MySQL database that is updated using a PHP script. It stores a members details (name, address etc.) I also want it to store a file (a member photo to be exact). Is this possible? Any help is much appreciated! Thanks, Kevin.