Can someone please tell me how to insert a BLOB (graphic file) into a MYSQL database in the web using phpmyadmin?
Thanks
1st: forget about putting images into a database, it is better to put them in a normal file and only store the file's location in the database.
2nd: phpmyadmin doesn't do that, use a script like this: http://www.phpbuilder.com/columns/florian19991014.php3