So I think it might be a good idea to brush up on PHP. I already know some basics, but want to know: Where is best to continue my learning?
a) A book.
b) Online tutorials.
c) A short course.
d) All or some of the above?
So I think it might be a good idea to brush up on PHP. I already know some basics, but want to know: Where is best to continue my learning?
a) A book.
b) Online tutorials.
c) A short course.
d) All or some of the above?
IMO, you can do any of it, provided you also practice what you learn.
Tutorials can be very good if you want to learn to do something really specific in PHP. If you want to have more generic knowledge of PHP you should combine this with course book as well.
Oh and of course you'll need basic programming/algorithm knowledge... but this is is true for learning any programming language. :)
I'm thinking also I should try writing a script. I have no solid idea of what to create though.
Think of something that you might need, something that could help you.
For example, I tend to be a bit spend-happy when I realize I have "too much money left over". I've been thinking of making a script which can generate say monthly reports. Maybe even create a pie chart.
I know this seems daunting at first, but you can just take each functionality step-wise and improve it as you go along. :)
If you haven't already check it out, I'd recommend Jem's Beginner's Guide to PHP:
http://www.jemjabella.co.uk/beginners-guide-to-php-part-one/ (6 different parts)
Vera, that's a nice idea, but probably more useful as desktop software... Not something for the web. Although maybe it could post public status messages in one's blog "I was on budget this week".
^ you don't necessarily need to publish a web application online.
Plus you were asking what you could do to learn something, not what you could do to show off your knowledge to others. :)
You must log in to post.