Real world PHP Situations

Any problem with PHP can be disscused here
Post Reply
barnes
Posts: 202
Joined: Tue May 16, 2006 5:09 am

Real world PHP Situations

Post by barnes »

I've tried a few times to learn PHP, but never really get anywhere because everything I need is already a developed open source software.

Now for us beginners, can anyone reccomend some basic real world problems that PHP can solve so we have something to work on to learn?

Thanks!


rwshthn
Posts: 500
Joined: Tue Sep 26, 2006 1:39 am
Contact:

im sorry

Post by rwshthn »

iam sorry man all icant help you for that to told you go to google
annamarie
Posts: 66
Joined: Tue Dec 26, 2006 2:18 pm

Post by annamarie »

have u ever been try hotscripts.com for ready script ?
rohan2kool
Posts: 9
Joined: Thu Apr 13, 2006 5:24 pm
Contact:

Post by rohan2kool »

for a real world scenario, let's say:

1. write a simple search script to search from a real huge database. Now, to make that *real huge* database, you can go to digg, there was recently a post about a guy who made a 'data generator'. cool thing though.

2. Make an authentication system. A wheel you'll have to re-invent many times during ur php-scripting run.

3. Make a small contributing system, where users put in things and take out things [not really like a cms/wiki.. those things are beasts of code]

hope it helps,
rohan
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post by Lixas »

As a beginner you can do:
  • File upload script
  • Images resize script
  • Guest book script (I've wrote a tutorial)
  • Form data submission to mail
  • MySQL results paging script
If you are more advanced:
  • make users registration and authentication script
  • Script a forum
  • add security to your previously created scripts
I think that will be enough for you :)
Image
ducphanh
Posts: 39
Joined: Sun Jun 18, 2006 11:21 am

Post by ducphanh »

I neither be good at php very much but event persistantly and studious to ask give help to me, be good at your some a problem need to have crazy
Post Reply