[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

[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 PROTECTED] wrote in

[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

[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

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

2002-02-19 Thread JD Daniels
- 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 recommended that you

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

2002-02-19 Thread Joe Van Meer
tualHost containers in httpd.conf) I have gone back and forth from one system to 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

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

2002-02-19 Thread Joe Van Meer
:) 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 Jen, here's some code I posted up in the general ng for storing in db and retrieving images from db for display

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] wrote

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

2002-02-19 Thread Joe Van Meer
]] 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':) 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