rallokkcaz Posted September 3, 2006 Share Posted September 3, 2006 I couldn't find it in tutorials so here we go!i need a form that uploads pictures to mysql tableand im noy sure what i should put in for the new rowin the mysql query. Link to comment https://forums.phpfreaks.com/topic/19575-how-to-make-picuture-upload-to-mysql-table/ Share on other sites More sharing options...
AdRock Posted September 3, 2006 Share Posted September 3, 2006 You could try these 2 sites form more info/tutorialshttp://www.weberdev.com/ViewArticle-3.htmlhttp://www.tizag.com/phpT/fileupload.phpThe way i do it is to upload the images to a folder and store the filename in a MySQL database then when you need to do <img src=" you just echo the fieldname (which should be your image filename) Link to comment https://forums.phpfreaks.com/topic/19575-how-to-make-picuture-upload-to-mysql-table/#findComment-85202 Share on other sites More sharing options...
shocker-z Posted September 3, 2006 Share Posted September 3, 2006 i postsed a script that will need a litle modding on this thread that is what your after :)http://www.phpfreaks.com/forums/index.php/topic,105750.0.html Link to comment https://forums.phpfreaks.com/topic/19575-how-to-make-picuture-upload-to-mysql-table/#findComment-85205 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.