Hey everybody!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
WhizzBang
Forum Newbie
Posts: 11
Joined: Sat Jul 11, 2009 5:39 pm

Hey everybody!

Post by WhizzBang »

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?
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: Hey everybody!

Post by Mark Baker »

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.
gimpact
Forum Commoner
Posts: 65
Joined: Tue Jun 16, 2009 11:08 pm

Re: Hey everybody!

Post by gimpact »

Hi,
http://www.w3schools.com/PHP/DEfaULT.asP is a great place to learn PHP

Hope this helps
Post Reply