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