How to display database information above picture?

Hi, i’m new to php +mysql.

i have a question regarding how do i display dabatase information above a picture?

i think i hv stated wrongly. is how i going to display my database information on a picture?

below is my current code on display a image then the info at below.

but how do i display on the picture ??

[php] echo "


<img src='images/" .$row[‘name’]. " ’ width=‘250’ height=‘150’>
Category: ".$row[‘class’].“
Series Of Plate: “.$row[‘cat’].“
brand:”.$row[‘brand’].“
Plate number:”.$row[‘model’].“
Year:”.$row[‘year’].“
description:”.$row[‘descp’].””;[/php]

Set the image as back ground using CSS:
#img{background-image: url(‘http://localhost/Wordpress/wp-content/themes/twentyten/image1.jpg’);}

like yeagerc50 and then just print on top of the image

thnx. i had solve my problem. tq

Sponsor our Newsletter | Privacy Policy | Terms of Service