My question is do you guy's/girls have any suggestions as to what functions to learn first?
Hey everybody!
Moderator: General Moderators
Hey everybody!
Hey, I've decided to start learning PHP,MYSQL, I have basic knowledge in html,css so I thought why not and gave it a go
.
My question is do you guy's/girls have any suggestions as to what functions to learn first?
My question is do you guy's/girls have any suggestions as to what functions to learn first?
-
Mark Baker
- Forum Regular
- Posts: 710
- Joined: Thu Oct 30, 2008 6:24 pm
Re: Hey everybody!
As a first script to write in PHP, I'd generally recommend creating a USERS table in MySQL, then writing PHP scripts that allow you to display every entry in the users table, insert new users, edit existing users, delete existing users; then move on to a user search script. It always seems a good starting point.