stevenbhn
26 Nov 2006, 02:33 PM
Hi guys.
I am using PHP, PHPMYADMIN, dreamweaver.
I am create a simple blog style site.
I have a folder that will store all images on my server.
I have a field in my database called 'image' where i put the image name i would like to accompany my post.
I need a script that will use "<?php echo $row_Recordset1['Image']; ?></p>" and find the folder on the server where it has to display the image.
for example
use the 'image' name given from the database and find it from ./img/ then display on screen as image.
I am using PHP, PHPMYADMIN, dreamweaver.
I am create a simple blog style site.
I have a folder that will store all images on my server.
I have a field in my database called 'image' where i put the image name i would like to accompany my post.
I need a script that will use "<?php echo $row_Recordset1['Image']; ?></p>" and find the folder on the server where it has to display the image.
for example
use the 'image' name given from the database and find it from ./img/ then display on screen as image.