
June 25th, 2009, 06:36 PM
|
|
Registered User
|
|
Join Date: Jun 2009
Posts: 1
Time spent in forums: 1 m 19 sec
Reputation Power: 0
|
|
|
View images from mysql in php
I'm working on some php editing scripts and I want automate uploads of images, make live easier.
I want to store images in mysql and use php to upload images with some navigation menus, like Edit images. Images are in tables of .html for now,
here is example of image code:
<tr><td class="XSP_MAIN_PANEL"><h1 align="center"><img style="WIDTH: 550px; HEIGHT: 734px"
title=""
border="0"
alt=""
src="images/front-june.gif"><img style=
"WIDTH: 550px; HEIGHT: 734px"
title=""
border="0"
alt=""
src="images/front2-june.gif"></h1>
I want to change the src to the query from database from mysql.
Is there an easy way to do it?
Thanks
|