[PHP-DB] uploaded images display

2001-04-22 Thread Sharmad Naik
I have written a small script having connectivity with postgresql which can upload an image and display the already uploaded images. But it doesn't display the uploaded images. I guess the problem lies somewhere in $file_url. Pls help me http://sanico.sharmad.org"; if (isset($fuploa

Re: [PHP-DB] uploaded images display

2001-04-22 Thread Phil Jackson
In the last part of a script that loads the image into the database: $qs = "FetchImage.php3?nbr=".$lastone; echo ""; echo ""; Where $lastone is a reference to the image just inserted into the DB: $lastone = mysql_insert_id($someonnection); Notice that the src is a php file - we have to ch