PHP?curve

Out of context: Reply #5

  • Started
  • Last post
  • 10 Responses
  • ********
    0

    it really helps if you have some C based programming experience and can grok a db schema or two.

    A plus is that PHP doesn't have to be compiled, just parsed with a webserver. So theoretically it can be quick to learn/edit/fix code.

    start with the basics like passing variables from page to page with $_GET or $_POST and/or creating a form that utilizes the mail() function.

    also utilizing a function like include('$page_name_here') is good for creating webpages where you only want to have content created/and be edited in one spot like a navigation section or a footer.

    the visual quickstart books are good if you need a book to start with.

View thread