jpc0480 Posted June 18, 2008 Share Posted June 18, 2008 I am new to anything PHP and wanted to help a friend with a website. I've designed all of the pages in the site and wanted a little help designing one "Dynamic Page". He is in the Custom Home Builder field and he needs a page where he could upload photos of the houses as well as a form to fill out these fields - Address Location, Description of Home, & Realtor/Contact Info. I already have the layout complete for the site and wanted to know if someone could either point me in the right direction or help me out. I would also need to have a secured login for the page as well. Thank you. Jason Link to comment https://forums.phpfreaks.com/topic/110767-dynamic-web-page-help/ Share on other sites More sharing options...
DarkWater Posted June 18, 2008 Share Posted June 18, 2008 Well, don't expect anyone to code it for you. Now that we're past that: 1) You'd need a database. 2) You'd need to connect to the database and input the stuff in the form fields. 3) You'd then need to pull it from the DB on the "portfolio" page. Link to comment https://forums.phpfreaks.com/topic/110767-dynamic-web-page-help/#findComment-568261 Share on other sites More sharing options...
jpc0480 Posted June 18, 2008 Author Share Posted June 18, 2008 Well, don't expect anyone to code it for you. Now that we're past that: 1) You'd need a database. 2) You'd need to connect to the database and input the stuff in the form fields. 3) You'd then need to pull it from the DB on the "portfolio" page. I'm not expecting anyone to code it for me. I just wanted help at getting this all done. As I mentioned there will be 3 fields with an image upload of the house. I would like to have the first house appear on the page with others in a list fashion along the left side. Link to comment https://forums.phpfreaks.com/topic/110767-dynamic-web-page-help/#findComment-568342 Share on other sites More sharing options...
jpc0480 Posted June 18, 2008 Author Share Posted June 18, 2008 are there any good tutorials out there i should be reading? Link to comment https://forums.phpfreaks.com/topic/110767-dynamic-web-page-help/#findComment-568343 Share on other sites More sharing options...
nafetski Posted June 18, 2008 Share Posted June 18, 2008 http://www.tizag.com/mysqlTutorial/ This one is a great start! Link to comment https://forums.phpfreaks.com/topic/110767-dynamic-web-page-help/#findComment-568345 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.