hnc Posted February 10, 2015 Posted February 10, 2015 What do you guys here consider the best way learning PHP? I'm currently reading books on PHP and was wondering the best way to remember it and as you go, I know taking notes is good. But I would like to hear from the community. thanks Quote
Sim Posted February 10, 2015 Posted February 10, 2015 When I read my book, I did an assignment or two in the books after each chapter. Each chapter if you follow in order uses previous chapter material. After awhile your start to remember things. Your not going to remember everything, PHP has over 5,300 built in functions. Once you have a solid grasp of PHP, your start to notice how the functions are named and if you can't remember certain stuff "exactly", you can just use the Documentation at php.net. Like string functions start off with strWhatever or str_whatever. Most functions related to array's use the word "array". I would just follow the book chapter by chapter and pick a few assignments once done. Quote
hnc Posted February 10, 2015 Author Posted February 10, 2015 When I read my book, I did an assignment or two in the books after each chapter. Each chapter if you follow in order uses previous chapter material. After awhile your start to remember things. Your not going to remember everything, PHP has over 5,300 built in functions. Once you have a solid grasp of PHP, your start to notice how the functions are named and if you can't remember certain stuff "exactly", you can just use the Documentation at php.net. Like string functions start off with strWhatever or str_whatever. Most functions related to array's use the word "array". I would just follow the book chapter by chapter and pick a few assignments once done. Thanks for the reply. I will keep that in mind. Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.