[PHP-DB] image display problem

2005-09-12 Thread umeed hayyat
Hi I have a form where user can add a category or edit some existing category. It is perfectly running on localhost but when i uploaded it to an ftp server (that was Linux based), it isnt displaying any images when i add any image through image uploading script, neither can i view any image on

[PHP-DB] Re: image display problem

2005-09-13 Thread umeed hayyat
-- To: php-db@lists.php.net Date: Tue, 13 Sep 2005 12:15:09 +0200 From: Sebastian Mendel <[EMAIL PROTECTED]> Subject: Re: image display problem umeed hayyat wrote: > Hi > I have a form where user can add a category

[PHP-DB] Re: image on Table

2005-09-16 Thread umeed hayyat
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 ' > Hope this helps. regards hope -- Justin Patrin Hi. how could i put an image to a table (mysql) and sho