Hi

why dont u just save image name in some field of table  (e.g image_name) 

and place images on some folder (.eg. images).

On the page where you display records, you can use

<img src='imges<?php echo '$row['image_name']'?>' >

 

Hope this helps.

regards

hope

 

-- 
Justin Patrin

Hi.

how could i put an image to a table (mysql) and show whenever i saw the 
record, for example photo of a customer.

I am putting the images on a folder, and only put the image name on 
database.

i want to store image and show after.

Thank's in advance

MB 



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to