Results 1 to 1 of 1
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 ...
- 06-25-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 1
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


Reply With Quote