LEarning Php

by 9 replies
11
Im learning php and i already have an extesive code background. it seems more confusing than other codes any tips for a beginner i feel im a bit over my head or maybe tis just the site im learning from that makes it seem harder.
Thanks in advance and Cheers.
#programming #learning #php
  • What other coding languages have you learned? You see, HTML & CSS for example are static languages, you learn the tags and attributes and you're done. But with PHP it's all in the dynamics and semantics, you'll need to put in some thought in almost everything you write to get the right result. And almost everything can be accomplished in more than one way.
  • Experience is the best tool for learning. Write your own PHP code and learn from all the code errors you'll make.
    • [1] reply
    • Have you learned any server side scripting /backend language before?if you have done so then learning php will not be a problem,since basic concepts are similar only syntax is different.
      • [1] reply
  • The site I first learned PHP at, was tizag.com
    Kept things very simple and easy to learn.
    Good luck!
  • I'm a PHP programmer -- and if you need help - we can IM one another. Just PM me.

    But I would suggest W3C School and check out the PHP section.

    HTML, CSS..are static markup languages..not really dynamic logic-based programming langauges.

    1) Install WAMP on your computer.
    2) Download netbeans as your PHP IDE
    3) Follow the tutorials and at W3C schools and check out PHPfreaks.com
  • Learn from a ebook base about PHP.

    website refrence:
    w3school.com learn: HTML, CSS, PHP, JS
    php.net function and example about PHP
    zend.com
  • You can practice in Dreamweaver by placing blocks and seeing the php code side by side it will help you understand php code for each block
  • yeah doing it in dreamweaver will really make your life a bit easier.
  • Banned
    [DELETED]

Next Topics on Trending Feed

  • 11

    Im learning php and i already have an extesive code background. it seems more confusing than other codes any tips for a beginner i feel im a bit over my head or maybe tis just the site im learning from that makes it seem harder. Thanks in advance and Cheers.