Fabrizzio PHP Posted August 29, 2009 Share Posted August 29, 2009 Hello PHP community, I'm a web designer learning PHP on my own. I've managed to create a website with a CMS through online tutorials, and I'm now trying to develope a more complex website modifying my previous project: I'm developing a website where the user should be able to find a institute or course through a php form which should display the results by borough, by post code, by institute or by courses. I had no problem using my previous project to create the back end of this one: I've currently got a database (MAP) with 3 tables: subjects: id menu_name position visible content post_code borough pages id subject_id menu_name position visible content users id user_name hashed_password My problem comes when I'm at the front end, where there should be a form.php where you should be able to search by borough (displaying all the available institutes (subjects)), by institute (displaying all the courses within the institute), by postcode (like borough, should display the institutes in it). I'm attaching the files hoping someone can have a look at them and give me a hand. [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/172421-developing-a-php-website/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.