Best way to learn PHP?

A

Anonymous

Guest
I will answer this question assuming the fact that you have some programming knowledge (prior programming experience). I learn best from examples and online-tutorials. Books are ok, but there are almost unlimited resources on the net for programming tutorials (at least in PHP). Why pay for something when its free, right? :)

I would recommend http://www.hotscripts.com. Not only do they have about 4000 PHP scripts for free, but they also have a section for "tip and tutorials" broken up into categories. Another site I just found similar to hot scripts is http://www.phpdotcom.com/main.php. Might have some luck there.

Everybody learns differently; this is just happens to be how I learn new programming languages. Have fun.

Will
 
Drachewyn said:
What is the best way to learn PHP? I know there are loads of freely and not so freely available scripts out there but I am not able to get exactly what I want either free or paid.

So I want to learn know how to get what I want myself using PHP. So what is best? A book, website, etc?

Any specific sites/titles for a complete beginner to PHP but not to coding in general would be helpful.

Drache :wink:

Hi Drache :!:
I don't know how about other peaples?
I'm propose next:
1 Carefully reading all PHP-manual.
2 Purchase a book good book see at http://www.zend.com
3 Only after that you can see other scripts.

Why that? Cause if you reading only scripts you will know haw write scripts like other programmer, not more. If you need write scripts self do it haw i said :!:

:wink:
 
IMHo, best way to learn PHP

1) download Apache, PHP, MySQL
2) RTFM
3) purchase book about PHP
4) one time more RTFM
5) subscribe to some php mail list
6) practice, practice and one more time practice...



don forget to read f***** manual =)

P.S.)

php-forum.com
 
Drachewyn said:
Thank you for all the replies. This will certainly help as I really do want to learn this. :p
And once more:
If you want to learn PHP an do not know from what begin, you can use script of other peaples but will best if you do use idea other peaples.

P.S.
I think what you will use my propose after read manual and books. :wink:
 
The best way to learn PHP is through practise, and lot's of it. I recommend getting a book (I used PHP 4.0 A Programmers Guide by Apress, it's very good, I have others but not as good as this) and go through the lessons. Also, get yourself a server with PHP and MySQL so you can test out the theories and practise.

Another way, which I wouldn't recommend until you've grasped the basics, is to find a script that does a task you want, and decode it. Look at it line by line and see what it's trying to accomplish. Soon enough you'll be making scripts of your own.

And if you're ever stuck, just ask :D
 
Back
Top