
September 25th, 2009, 01:39 PM
|
|
Me
|
|
Join Date: Apr 2007
Location: Seattle, WA
Posts: 1,937

Time spent in forums: 1 Week 5 Days 1 h 54 m 18 sec
Reputation Power: 4
|
|
|
Most people make small programs for what they need. If you just want to do some small projects for practice, pick some simple things and do them like a hit counter. you can really expand on something this simple from using a text file to log a count and displaying text all the way to logging to a database each individual hit with unique ip/user count and using GD to make an image for the count and tables/graphs to show the results and logging things like google search words and more. You can also just search for php scripts and see what is popular that people are making right now and try to make one yourself. thats what I did when I was learning. That and just read through the php manual table of contents and click on anything that caught my eye.
|