vote up 0 vote down star

Currently I am a moderate (in terms of difficulty) when it comes to PHP. I would like to test my knowledge by developing certain utilities using PHP (and maybe SQL). But the problem is that I am not able to find any example projects. Does anyone have any links or some small sample projects?

flag

4 Answers

vote up 1 vote down check

Try to look into existing projects (opened ones, such as PHPMyAdmin, PHPBB, etc.) as opposed to starting a new one to understand how they're built, the ideas leading to their core structure, etc. "Most" open and highly popular projects are well maintained and lead by excellent programmers/designers.

link|flag
vote up 0 vote down

This is very easy to find php projects on google. There are a lot of tutorials too.

link|flag
I have tried looking it up on Google with keywords such as "simple php projects" or "example php projects". No luck. – Rohan Oct 30 at 16:49
vote up 0 vote down

just think of things you see everday in the web, and try to make your own versions of them. A blog, a forum, or even a Q & A style site like stack overflow.

link|flag
vote up 0 vote down

Source Forge would be a good place to find projects that you can play with and explore. Just pick a type of application that you would like to work with, and then use that as a search parameter. I've downloaded many applications just to see what they are, and how they're put together.

Good luck in your learning.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.