jeffkab Posted June 3, 2008 Share Posted June 3, 2008 I've currently been messing around/learning how to create a basic user membership system via PHP. I want to take it to the next step and have a user input some content (text via input form) and maybe upload an image and have this information be placed onto a page on the website for public to see. I was hoping someone could direct me or let me know what I should start to read over or any tutorials I should start to look over to get to this goal. Thanks. Link to comment https://forums.phpfreaks.com/topic/108565-need-direction-with-member-system/ Share on other sites More sharing options...
revraz Posted June 3, 2008 Share Posted June 3, 2008 Are you using a DB for your current code? If so, just add to it to include a link to the image and display it. For uploading, look into using a input type=file Link to comment https://forums.phpfreaks.com/topic/108565-need-direction-with-member-system/#findComment-556699 Share on other sites More sharing options...
discomatt Posted June 3, 2008 Share Posted June 3, 2008 Here's a great little bit in the manual about handling file uploads with PHP, especially the user comments http://php.net/manual/en/features.file-upload.php Link to comment https://forums.phpfreaks.com/topic/108565-need-direction-with-member-system/#findComment-556700 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.