Hello Dear Friends!
I have to do a project using PHP for my 8th semester. It is very difficult me to choose the project. So my dear frinds please help me to find a good project and give your guidance for me. Thanks my dear friends.
Could you be more specific? It really depends on what category you're looking for and what experience you have.
I am an inexperienced student, as I consider PHP. I have started studying php. The project should not be a huge one sothat it may create problems for me. But I want to make a good application in the project. Please help. Thank you for your interest to help me.
Could any body recomend good books on php.
If you're looking for books go take a look in this thread:
http://www.frihost.com/forums/vt-60199.html
Two random projects i came up with during 1 minute:
A quiz game
Write your own forum/advanced guest book
Good luck 
| KattPappa wrote: |
If you're looking for books go take a look in this thread:
http://www.frihost.com/forums/vt-60199.html
Two random projects i came up with during 1 minute:
A quiz game
Write your own forum/advanced guest book
Good luck  |
Thanks for your advice. But I am wating for anything better. If you know anything, please help.
make a email site like gmail (all AJAX) foe xcontrolpanel hosting sites.
refer to wrox publications "begining ajax" for help on ajaxmailsite.
make something like php object generator for object-relation mapping like they have, i guess it wouldnt have to be made in php to generate the object, but understanding objects is a big part of better php programming so i guess this would show you understand that aspect of php for your project
http://www.phpobjectgenerator.com/
How about a poll system with an ACP? This is a good idea because it can be made as simple or complex as you like and would be handy. You should be able to get loads of feedback from beta testers etc.
| mathiaus wrote: |
| How about a poll system with an ACP? This is a good idea because it can be made as simple or complex as you like and would be handy. You should be able to get loads of feedback from beta testers etc. |
Could you define ACP in more detail?
Thank you.
A fun project I began, but did not finish, is an online HTML editor. Using PHP and Java applets or A LOT of Javascript, you can create something analogous to Dreamweaver accessible online. There is a very good book I have found on PHP and MySQL called, of all things, 'PHP and MySQL Web Development' 3rd ed.
| SmartIcon wrote: |
| mathiaus wrote: | | How about a poll system with an ACP? This is a good idea because it can be made as simple or complex as you like and would be handy. You should be able to get loads of feedback from beta testers etc. |
Could you define ACP in more detail?
Thank you. |
Admin Control Panel. From here you could add, edit and delete polls, control templates, manage logged IPs, block IP's, lock polls.
Another step up making things more complicated if required, is multiple choice polls rather than just single choice.
Hope this helps on the ideas front 
| mathiaus wrote: |
| SmartIcon wrote: | | mathiaus wrote: | | How about a poll system with an ACP? This is a good idea because it can be made as simple or complex as you like and would be handy. You should be able to get loads of feedback from beta testers etc. |
Could you define ACP in more detail?
Thank you. |
Admin Control Panel. From here you could add, edit and delete polls, control templates, manage logged IPs, block IP's, lock polls.
Another step up making things more complicated if required, is multiple choice polls rather than just single choice.
Hope this helps on the ideas front  |
Good Idea.
I will think about it.
Thanks. If you have anything more please post.
You could do something like an advanced news control system. Where posts can be made, comments can be left, built in auto-replace smilies, different user levels to allow people to post that aren't administrators, etc.