Danny159
09-16-2007, 08:45 AM
Hey
I am currently lerning php and am redy to make my first script
I can do databases ect login...
what shall i make??
regards
danny
Steve_Arm
09-16-2007, 11:33 AM
You mean like what type of web application to make?
w3bdesign
09-16-2007, 05:19 PM
Hey
I am currently lerning php and am redy to make my first script
I can do databases ect login...
what shall i make??
regards
danny
Make something that YOU want to make, that is motivating, fun and rewarding at the same time. I'd suggest you start making a simple game, like, Hangman.
stuffradio
09-16-2007, 06:40 PM
make a simple game that will require you to use all your skills. Maybe make it so you can keep score, and have it so you can register, etc.
Jatinder
09-17-2007, 12:28 AM
I would suggest developing a member registration and authentication module with following features:
1. Members can register. You can add email verification also if you want.
2. There should be provision for retrieving lost passwords.
3. Members can login and view protected sections.
4. Members should be able to edit profile, change password etc.
This is something that will be closer to real world PHP projects.
Danny159
09-17-2007, 04:22 AM
I will make what my good firend Jatinder said :)
Thanks for your replys
Danny