PHP mini 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
lathifmca
Forum Newbie
Posts: 6
Joined: Wed Jan 27, 2010 10:56 am

PHP mini Projects

Post by lathifmca »

Hi guys,
i m new around here, i know the basics of the php and mysql, i want to do some mini projects in php.. pls suggest me the topics to do mini projects in php..

Thanks in Advance..
Iblood
Forum Newbie
Posts: 4
Joined: Tue Sep 15, 2009 10:25 am
Contact:

Re: PHP mini Projects

Post by Iblood »

Why dont you try login systems first.. start with the basic insertion to database(registration) and data checking(login), here you can apply and practice your database handling skills, then after mastering this, you can add validations. Then after this improve your system and you can create a class and add it to your library for future use..
this is the first systems we did back on training days :drunk:
lathifmca
Forum Newbie
Posts: 6
Joined: Wed Jan 27, 2010 10:56 am

Re: PHP mini Projects

Post by lathifmca »

thank u Iblood...
Post Reply