Final Year Projects

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
admin_eniyan
Forum Newbie
Posts: 2
Joined: Mon Aug 24, 2009 12:23 am
Location: Chennai

Final Year Projects

Post by admin_eniyan »

Hi all,

I would like to do my final year projects using PHP and MySql. Kindly suggest any good topic.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Final Year Projects

Post by requinix »

Could make a search engine. And you could run queries like "php final year project suggestions" and see what comes up.
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Re: Final Year Projects

Post by jayshields »

I made a Restaurant system. If you go to my personal website (linked in my signature), then to my portfolio, you can download my dissertation.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Final Year Projects

Post by onion2k »

I made Yahoo.

Sort of. I made a web portal system that was extensible so it could cover practically any sort of data, and filled it with information about all the pubs and clubs in the city I was at university in. There was a complete user registration system, people could sign up and build lists of their favourite clubs, organise with other users when to meet up, clubs had calendars and promotions stuff... It was cool. And you have to remember that this was 10 years ago, websites like that were really, really new. Most were still just static content back in 1999.

Also, I wrote it in Perl rather than PHP.

Oh, and I got a 1st (Hons) for my degree largely due to that project. :)
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: Final Year Projects

Post by Eran »

Build a compiler for C in PHP :)
User avatar
turbolemon
Forum Commoner
Posts: 70
Joined: Tue Jul 14, 2009 6:45 am
Location: Preston, UK

Re: Final Year Projects

Post by turbolemon »

I wrote this site for my FYP, a live project: http://www.fashion-collection.org. It was a collaboration with another student for the front-end design, and it is based on Zend Framework.
Post Reply