many thanks.... i just want to ask one more thing.
in the db, i also hold "pic_area" and "pic_descrip".
i would like these displayed on the display.php page.
the code for this page (that displays the thumnails parent image)
is as follows.
________________________________---
<?php
echo "<img src=\"".$GET['file']."\" border='3' >";
echo ("Details, $pic_descrip");
?>
_________________________-
this gets the parent image fine.
but it does not get the pic_descrip.
i would also like "pic_area" to be displayed.
do i need to make changes to the previous page???
The current error i get is.
"Notice: Undefined variable: pic_descrip in c:\program files\apache group\apache\htdocs\mysql\display.php on line 13"
line 13 = echo ("Details, $pic_descrip");
im sure this is a simple one too.
many thanks