PHP5 project

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
nazmul
Forum Newbie
Posts: 2
Joined: Tue Jan 19, 2010 3:40 pm

PHP5 project

Post by nazmul »

Hello , i complete my php5 basic.What kind of project i can do as a beginner ? i know only php5 basic and mysql .........
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Post by Jonah Bron »

I would suggest you try to make a simple web store. That experience should give you plenty of learning.
nazmul
Forum Newbie
Posts: 2
Joined: Tue Jan 19, 2010 3:40 pm

Re: PHP5 project

Post by nazmul »

I can not understand web store.write details please :cry:
aravona
Forum Contributor
Posts: 347
Joined: Sat Jun 13, 2009 3:59 pm
Location: England

Re: PHP5 project

Post by aravona »

nazmul wrote:I can not understand web store.write details please :cry:
A simple web store can be something like.. a webpage with some products on it. A user log in perhaps. With a simple database to go along with it. Once you get something like that working you could move onto something more comphrensive.
Post Reply