Page 1 of 1

Hey everybody!

Posted: Sun Jul 12, 2009 5:08 am
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?

Re: Hey everybody!

Posted: Sun Jul 12, 2009 5:22 am
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.

Re: Hey everybody!

Posted: Sun Jul 12, 2009 8:04 am
by gimpact
Hi,
http://www.w3schools.com/PHP/DEfaULT.asP is a great place to learn PHP

Hope this helps