Jump to content
MakeWebGames

Learning


hnc

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...