Danny620 Posted September 5, 2009 Share Posted September 5, 2009 OK i have a lo gin and i want a user to be able to upload his photo/profile pic to a file or db but i dint no which is better and how to set that picture to be associated with the logged in user i mean i heard thinks where u name the image after the user put what happens if the user uploads another pic will it over write that or what and also say i was logged in as Danny and i upload a pic say Danny.jpg then i upload another one like Danny.gif which would be chosen and things so please help me out Quote Link to comment https://forums.phpfreaks.com/topic/173226-uploading-help/ Share on other sites More sharing options...
ignace Posted September 5, 2009 Share Posted September 5, 2009 add a field to your users table 'avatar' (for example) that will hold the link to your image. If someone now uploads it's image then the last one uploaded with be inserted into the database. It's up to you to delete the old image using the previous value of avatar if present. Quote Link to comment https://forums.phpfreaks.com/topic/173226-uploading-help/#findComment-913135 Share on other sites More sharing options...
Danny620 Posted September 5, 2009 Author Share Posted September 5, 2009 how can u give me any tut or anyhting Quote Link to comment https://forums.phpfreaks.com/topic/173226-uploading-help/#findComment-913148 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.