misteralexander
10-08-2008, 01:58 PM
Hello all,
I'm very, very new to MySQL. I am reading a book to help me along, called "PHP & MySQL" by "Larry Ullman".
In it, he says you can only store "Text, Numbers, & Data" in a database. He defines "Data" as user-names, passwords . . . etc, etc. I'm wanting to create a database that stores Photos (JPEG's). Is this possible?:confused: Is it possible to store actual FILES in a database?:confused: Or must you simply relate their location on a hard-drive to the database (ie: file-location-/home/user/photo/1.jpg) without actually storing the FILE itself into a database.
Then again, maybe I'm just so backward and so confused with this principle, I'm just getting everything backward.:eek:
Any help is still help!:D
Thanks for your time!;)
I'm very, very new to MySQL. I am reading a book to help me along, called "PHP & MySQL" by "Larry Ullman".
In it, he says you can only store "Text, Numbers, & Data" in a database. He defines "Data" as user-names, passwords . . . etc, etc. I'm wanting to create a database that stores Photos (JPEG's). Is this possible?:confused: Is it possible to store actual FILES in a database?:confused: Or must you simply relate their location on a hard-drive to the database (ie: file-location-/home/user/photo/1.jpg) without actually storing the FILE itself into a database.
Then again, maybe I'm just so backward and so confused with this principle, I'm just getting everything backward.:eek:
Any help is still help!:D
Thanks for your time!;)