I'm working on a side project, and practicing my SQL queries. My question is how do I insert an image file into this query I have? Never had to or been shown how to do it before.
INSERT INTO products (prod_category,prod_title,image,conditions,in_stock,price,description) VALUES ("gaming tower", ,"used","yes",500,"new gaming tower");
Just to add, I'm just curious to the method, and using phpMyAdmin.