This course will become read-only in the near future. Tell us at community.p2pu.org if that is a problem.

Full Description


We want you to learn PHP at your own pace, understand dynamic websites and be able to create your own PHP based websites. 

Goals of this class:

  • Learn PHP from the start
  • Learn basic and useful techniques in PHP
  • Have your questions answered 


This class should:

  • Get you from beginner to intermediate coder
  • Help you understand dynamic websites


Assigned Tasks:

  • All tasks in this class are 100% optional. It is highly recommended that you do each assignment, and ask all your questions.
     

You should know:

  • Basic HTML 

Task Discussion


  • Anonym   Nov. 8, 2011, 8:21 p.m.

    What is the relationship between html and php?  When do you want to enbed php within html? By 'enbed' I mean:

    <html>
    <body>
    <?

    ?>
    </body>
    </html>

  • [Hidden]   Nov. 9, 2011, 4:48 a.m.
    In Reply To:   Anonym   Nov. 8, 2011, 8:21 p.m.

    Think of it like this:
    HTML is the bone structure - without it, nothing will appear.
    PHP is the muscle - it allows you to move HTML; make it dynamic rather than static. It's worth your time to learn. 

  • Anonym   Nov. 9, 2011, 7:34 a.m.
    In Reply To:   [Hidden]   Nov. 9, 2011, 4:48 a.m.

    That's a great analogy!  Thanks!