Re: Is PHP easy to learn?
IMHO PHP isn't that tough. I dabbled with Borland C back in the day (96/97).
I learned a lot the same way I picked up C. Looking at other peoples code, and seeing what makes it work.
There are plenty examples out there, pick something simple you want to do and download a few examples from hotscripts or the like.
My first project was a simple counter that kept a running count in a text file, it took about a whole 4 lines of code.
<edit>And by no means do I mean steal someones code and remove the copyright. Use it to learn, if you do want to modify it
and use it, ask the author for permission. Most people I've talked to are understanding as long as you give them credit</edut>
|