justinchrono Posted February 5, 2010 Share Posted February 5, 2010 my site has an admin page to upload pictures. I was wondering how to change the admin so that the pictures it uploads are moved to a different section of the website. thank you. Quote Link to comment https://forums.phpfreaks.com/topic/191067-help-uploading-pics/ Share on other sites More sharing options...
mapleleaf Posted February 5, 2010 Share Posted February 5, 2010 some code to look at? Quote Link to comment https://forums.phpfreaks.com/topic/191067-help-uploading-pics/#findComment-1007610 Share on other sites More sharing options...
mikesta707 Posted February 5, 2010 Share Posted February 5, 2010 in your move file function (whether its move_uploaded_file() or copy(), or whatever) just set the path to reflect the change of folders you will have Quote Link to comment https://forums.phpfreaks.com/topic/191067-help-uploading-pics/#findComment-1007618 Share on other sites More sharing options...
justinchrono Posted February 9, 2010 Author Share Posted February 9, 2010 thanks and im sorry this must have been confusing, however what i meant is, i would like to have the pictures that are uploaded be on the left hand side of the page instead of the middle, how would i do this? Quote Link to comment https://forums.phpfreaks.com/topic/191067-help-uploading-pics/#findComment-1009420 Share on other sites More sharing options...
mapleleaf Posted February 9, 2010 Share Posted February 9, 2010 Still think some code will help. It will have more to do with the HTML and CSS than any PHP. Quote Link to comment https://forums.phpfreaks.com/topic/191067-help-uploading-pics/#findComment-1009724 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.