Forum Moderators: coopster
Any ideas how i would write the code on the script.php page to download the image from its folder into a table cell on output.html and then have that output.html saved as a new html file in a specified folder. The new saved files names would be taken from another field in the table.
I am so new I don't even know if you can do this.
Bear with me
Cheers
Ska
So you get the URL from the table, then use that in your <img> tag to display the image. The page as such would not exist, but would be created dynamically each time.
Am I misunderstanding?
Tom
First, don't put the image in the db table. Just store the URL there and keep the image stored in the regular filesystem.
Second, do you know to get the url out of the table and use it to show an image? If not, you may want to brush up on the Basics of extracting data from MySQL [webmasterworld.com]
Does that help?