Hi, im a beginner in php and mysql. i hv a display image page whr the image path is stored in mysql. im able to to display all the image. but i nd the image to enlarge when mouseover. i hv search many article regarding it but nothing seems work on my code. so i nd some advice what type of function i hv to do in order to get the image popup?
Thank you
my php code are
[php]
// Build SQL Query
$query = "select * from carimage where picid = ‘na1’ "; // EDIT HERE and specify your table and field names for the SQL query
$numresults=mysql_query($query);
$numrows=mysql_num_rows($numresults);
// get results
$result = mysql_query($query) or die(“Couldn’t execute query”);
if($numrows >0){
echo “