sudsy1970 Posted October 14, 2008 Share Posted October 14, 2008 Hi all, I have just started uni and have a project that I need to do. I don't want to know how to do it, but as I am a bit of a novice I was just wondering if you could give me some ideas for the project. Project basics listed below: You need to select a topic that you can build a database for, build SQL statements to retrieve/update/insert data to and from the database, build a website of more than 5 pages, with HTML and CSS, validated against testing engines. I would just like some ideas for a good easy topic if you could ? Cheers for any ideas Sudsy Quote Link to comment https://forums.phpfreaks.com/topic/128328-solved-uni-project-ideas/ Share on other sites More sharing options...
sKunKbad Posted October 14, 2008 Share Posted October 14, 2008 Page 1. You could build an advertisement webpage that a user could sign up for more info on a certain product. Leads from users who sign up could be distributed to employees who contact them. Leads are rotated between X amount of employees. Page 2. User interface for employee who log in, and update contact details and last date contacted. Page 3. Admin page to see all leads, so that admin can check details/progress of leads. Login required of course. Page 4. (this probably should have been page 2) When a user submits a lead, they are brought to a "thank you" page if all of the form fields validated and passed filtering. "Thank you" email is also sent automatically to email address used when filling out the form. Page 5. If users who signed up for more info are contacted by an employee, and agree to pay for "the program", the database is updated by the employee, and a membership welcome email is sent with login/password to members only area. Quote Link to comment https://forums.phpfreaks.com/topic/128328-solved-uni-project-ideas/#findComment-664766 Share on other sites More sharing options...
sudsy1970 Posted October 14, 2008 Author Share Posted October 14, 2008 Yeah that sounds good cheers, i can probably work something along those lines. Thank you Quote Link to comment https://forums.phpfreaks.com/topic/128328-solved-uni-project-ideas/#findComment-665142 Share on other sites More sharing options...
discomatt Posted October 14, 2008 Share Posted October 14, 2008 An easier solution might be a news/comment system. P1. Add news P2. Edit/delete news P3. View news P4. View comments P5. Add comments It's a very good novice script.. The news/comments code will be VERY similar, and you get to touch very basic parent<->child database structures. Quote Link to comment https://forums.phpfreaks.com/topic/128328-solved-uni-project-ideas/#findComment-665151 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.