9 replies
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.
#learning #php
  • Profile picture of the author iNDESiGN
    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.
    {{ DiscussionBoard.errors[2099882].message }}
  • Profile picture of the author awyne
    Experience is the best tool for learning. Write your own PHP code and learn from all the code errors you'll make.
    {{ DiscussionBoard.errors[2107972].message }}
    • Profile picture of the author ucajack
      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.
      {{ DiscussionBoard.errors[2108116].message }}
      • Profile picture of the author sovarn
        Not meaning to complicate thing but if you are familiar with other languages you will be familiar with the MVC model.

        If that is so I would suggest using CodeIgnitor which is a PHP framework.
        Will make your life easier and is one of the easier frameworks to learn.

        But first learn the basics
        {{ DiscussionBoard.errors[2108296].message }}
  • Profile picture of the author hi.imandrew
    The site I first learned PHP at, was tizag.com
    Kept things very simple and easy to learn.
    Good luck!
    {{ DiscussionBoard.errors[2118730].message }}
  • Profile picture of the author excoder01
    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
    Signature
    Affiliate Review Templates - get affiliate review templates every week. No tech or marketing skills required!
    {{ DiscussionBoard.errors[2118752].message }}
  • Profile picture of the author levanhen
    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
    Signature
    Post Free Classified No Signup, No Registion
    You Smart Shopping
    {{ DiscussionBoard.errors[2120397].message }}
  • Profile picture of the author webmaster705
    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
    {{ DiscussionBoard.errors[2124077].message }}
  • Profile picture of the author jessicamilled
    yeah doing it in dreamweaver will really make your life a bit easier.
    {{ DiscussionBoard.errors[2124086].message }}

Trending Topics