PHP Learning Resources?

by 5 replies
7
I'm interested in learning PHP.

Can anyone recommend any great books on the subject?

Also, would familiarity with Javascript be a prerequisite?

Thanks,

Kat
#programming #learning #php #resources
  • i'll recommend some online resources:

    - W3Schools Online Web Tutorials
    - www.phpbuilders.com
    - Welcome to the PHP Classes Repository - PHP Classes

    and no, you don't need a knowledge of javascript..

    peace
    • [ 1 ] Thanks
    • [1] reply
  • I would definitely recommend w3schools, imarketstuff gave you the link. It's free and a great resource I still use every time I have a project.

    If you are new to programming maybe one of those thick books you can find at Border's or Amazon will explain in more detail about data structures and programming design.

    Javascript is not necessary but it will sure need it if you want to work with Ajax or making other cool things.. ( I hardly use javascript... )
    • [ 1 ] Thanks
  • W3 Schools is your answer Kat! As for JavaScript it isn't a prerequisite, JavaScript is a client-side language while PHP is server-side. In fact learning them both in tandem may prove confusing, as there are subtle syntax differences between the two languages.

    But once you do master PHP the JavaScript would be a great next step - as Kevin said the two of them combined can produce AJAX applications and give your design a "web 2.0" feel.

    Bill
    • [ 1 ] Thanks
    • [1] reply
  • Banned
    [DELETED]

Next Topics on Trending Feed