[PHP-DB] Re: A good tutorial

2002-02-20 Thread Lerp
You're welcome Jen :) Cheers, Joe :) "Jennifer Downey" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Thanks Joe! > > This is exactly what I was looking for. Little tweaking and I was off and > running. > > Thanks again > Jen Downey > > > > "Lerp" <[EMAIL PR

[PHP-DB] Re: A good tutorial

2002-02-20 Thread Jennifer Downey
Thanks Joe! This is exactly what I was looking for. Little tweaking and I was off and running. Thanks again Jen Downey "Lerp" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi Jen, here's some code I posted up in the general ng for storing in db and > retr

Re: [PHP-DB] Re: A good tutorial

2002-02-19 Thread Joe Van Meer
m anywhere. > > JD > > -Original Message- > From: Joe Van Meer [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 19, 2002 3:04 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-DB] Re: A good tutorial > > > Hi again JD...I got to thinkin':) > > J

RE: [PHP-DB] Re: A good tutorial

2002-02-19 Thread JD Daniels
: [PHP-DB] Re: A good tutorial Hi again JD...I got to thinkin':) Just out of curiosity...how many images were you bringing back from the db when your script timed out? I store the path of my image in the db and echo it out when I need to. Cheers Joe:) Jd Daniels <[EMAIL PROTECTED]&g

Re: [PHP-DB] Re: A good tutorial

2002-02-19 Thread Joe Van Meer
o another, and haven't found a > perfect solution yet :) > > > JD > > -Original Message- > From: Lerp [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 19, 2002 12:20 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Re: A good tutorial > > > Hi

Re: [PHP-DB] Re: A good tutorial

2002-02-19 Thread Joe Van Meer
Tuesday, February 19, 2002 12:20 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Re: A good tutorial > > > Hi Jen, here's some code I posted up in the general ng for storing in db and > retrieving images from db for display on your page. > It's recommended that you st

RE: [PHP-DB] Re: A good tutorial

2002-02-19 Thread JD Daniels
ssage- From: Lerp [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 12:20 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Re: A good tutorial Hi Jen, here's some code I posted up in the general ng for storing in db and retrieving images from db for display on your page. It's recom

[PHP-DB] Re: A good tutorial

2002-02-19 Thread Lerp
Ammendment: Make sure you test for the proper file extension before you actually upload it. The last thing you want is someone uploading a text file instead of the type of file you are looking for! I forgot to add that in the code. Grab the last 4 characters off of the end of the filename and det

[PHP-DB] Re: A good tutorial

2002-02-19 Thread Lerp
Hi Jen, here's some code I posted up in the general ng for storing in db and retrieving images from db for display on your page. It's recommended that you stay away from storing actual images in the db. If you are storing a path the code below might help you out. It select a firstname, and an imag