
What code to use when inserting an image into an SQL database?
How do I go about storing the images into a file than saving the links in the database?
This is not a good way to use a database. You are better saving the images into a file and storing the link file name in the database, then getting your links to read in the file name from the database.
PHP Tutorials: Uploading/Storing an Image inside a MySQL Database (Part 1)


March 30th, 2011
admin 









