Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
haymandan #1
Images and mysql
Hi all,
I was wondering If anyone knows how to insert images into MySQL and how to retrieve and display the images... VIA php.
Thanks
haymandan Guest
-
dynamic images php/mysql
hello! i'm using a mysql database to store product details. i also have an image field declared as blob. i have the products.php page which i... -
Loading images in a movieClip using PHP/MySQL
Loading images in a movieClip using PHP/MySQL I'm just starting to learn Actioncript, so this may be simple. I would be very happy if anyone could... -
Problems with images in MySQL database
I'm having problem with images becoming corrupted after loading them into a MySQL database and extracting them again. I'm pretty sure it's todo with... -
Displaying images from a MySQL Database
Hi I'm have difficulty displaying images that are stored in a MySQL database. I've tried using the odbc.net provider, the ByteFX provider and the... -
Images from MySQL
Hi All I'm trying to store images in a MYSQL db, the images at being uploaded for an external program in a blob field. I have had a look round... -
rob::db #2
Re: Images and mysql
Use a blob field, although I'd just prefer to leave them on the disc...
haymandan wrote:> Hi all,
>
> I was wondering If anyone knows how to insert images into MySQL and
> how to retrieve and display the images... VIA php. Thanks
rob::db Guest
-
tecknowjnkie #3
Re: Images and mysql
rob:db is correct.
Typically, you'll want to save the path in the db only. You can still have
all the info about the file, title, alt text, and what not but simply have a
table set named path and inside have for example: /img/your-image.jpg .
tecknowjnkie Guest
-
haymandan #4
Re: Images and mysql
Thanks, got it working now but without using blob. I couldn't figure out what
to enter in the text field to get it to pen up the image file but I have it
now. this how I entered it to beable to access the image.
<img src="http://bucklehaven.com/images/2269.jpg">
Thanks
haymandan Guest



Reply With Quote

