General Community > Scripting Help
$a_row[knowledge] needed;
Les Mackenzie:
Does anyone know where I can find some good tutorials on how to store images in mysql using php?
I've heard this is possible but do not know how to do it. :)
Haase:
Do you want to store the actual image, or are you just looking to upload the image somewhere and include the name of the image in the database?
Anguz:
http://marc.theaimsgroup.com/?l=php-db&w=2&r=1&s=save+image+mysql&q=b
you should find something useful there ;)
hope it helps
Spaceman-Spiff:
i dont really like the idea of storing binary files in database
it makes the db really large, and its more difficult to delete/transfer/move stuffs around
is there really any benefit in doing this?
[Unknown]:
Caching files with MySQL 4 has its benefits, but I personally would be VERY AFRAID of the table crashing... unduly, maybe, but still afraid.
Look up the BINARY type in MySQL... (I think that's it's name......) and that should be it.... make sure you're using a relatively new version of MySQL because most of the updates fix binary unsafe stuff :P.
-[Unknown]
Navigation
[0] Message Index
[#] Next page
Go to full version