I want code to upload picture & also code to insert it in the database
Look in the 'articles' section on this site.
Insert a picture into a database? Is that possible?!?!?!!??!
I never heard of that, but if it's possible, cool!!
So it's possible?! Cool, I'll have to go check it out too!
By golly, isn't that good!
http://www.phpbuilder.com/columns/florian19991014.php3?print_mode=1
Yes it is possible.
create table tbl_name(field_name BLO😎; insert into tbl_name(field_name) values('pic_name.ext')
'BLOB' is an image data type.