Start study in PHP?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Benek

    Start study in PHP?

    Hi all.

    I'm a student high school. I want to start my study in PHP. What I should
    do? What good course via Internet you recommend for beginner.

    Thx
    Benek
    --
    Pozdrawaim
    Benek
  • peter

    #2
    Re: Start study in PHP?

    I'm a student high school. I want to start my study in PHP. What I should
    do? What good course via Internet you recommend for beginner.
    >
    I personally taught myself using books. I found it best to learn the basics
    at least using books then it gave me the knowledge to better understand
    things such as the php manual (http://www.php.net).

    I would advise you go to your local library and see what books they have,
    have a flick through them see if their examples are good and see if the
    style seems like you could follow it ok.

    Also there are tutorials on the official php site:-

    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.


    Another good site is http://www.phpfreaks.com/


    Comment

    • David T. Ashley

      #3
      Re: Start study in PHP?

      "peter" <submit@flexiwe bhost.comwrote in message
      news:eu0mh3$ah6 $1@aioe.org...
      >I'm a student high school. I want to start my study in PHP. What I should
      >do? What good course via Internet you recommend for beginner.
      >>
      >
      I personally taught myself using books. I found it best to learn the
      basics at least using books then it gave me the knowledge to better
      understand things such as the php manual (http://www.php.net).
      >
      I would advise you go to your local library and see what books they have,
      have a flick through them see if their examples are good and see if the
      style seems like you could follow it ok.
      >
      Also there are tutorials on the official php site:-
      >
      PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.

      >
      Another good site is http://www.phpfreaks.com/
      Additionally, you'll want hardware to try things out on. If you can't find
      a server somewhere on the Internet that you can use to experiment, you can
      always get an old PC, an Ethernet crossover cable, and Red Hat Fedora Linux
      or similar ...

      --
      David T. Ashley (dta@e3ft.com)
      http://www.e3ft.com (Consulting Home Page)
      http://www.dtashley.com (Personal Home Page)
      http://gpl.e3ft.com (GPL Publications and Projects)


      Comment

      • Matt White

        #4
        Re: Start study in PHP?

        Try using XAMPP on a Windows computer- it allows you to set up a server on
        your computer that uses PHP and MySQL. In addition, try using the W3
        School's PHP page (http://www.w3schools.com/php/default.asp). Good luck!

        "David T. Ashley" <dta@e3ft.comwr ote in message
        news:n4idnUpTxP vrQp7bnZ2dnUVZ_ u6rnZ2d@giganew s.com...
        "peter" <submit@flexiwe bhost.comwrote in message
        news:eu0mh3$ah6 $1@aioe.org...
        >>I'm a student high school. I want to start my study in PHP. What I
        >>should
        >>do? What good course via Internet you recommend for beginner.
        >>>
        >>
        >I personally taught myself using books. I found it best to learn the
        >basics at least using books then it gave me the knowledge to better
        >understand things such as the php manual (http://www.php.net).
        >>
        >I would advise you go to your local library and see what books they have,
        >have a flick through them see if their examples are good and see if the
        >style seems like you could follow it ok.
        >>
        >Also there are tutorials on the official php site:-
        >>
        >http://www.php.net/manual/en/intro-whatcando.php
        >>
        >Another good site is http://www.phpfreaks.com/
        >
        Additionally, you'll want hardware to try things out on. If you can't
        find a server somewhere on the Internet that you can use to experiment,
        you can always get an old PC, an Ethernet crossover cable, and Red Hat
        Fedora Linux or similar ...
        >
        --
        David T. Ashley (dta@e3ft.com)
        http://www.e3ft.com (Consulting Home Page)
        http://www.dtashley.com (Personal Home Page)
        http://gpl.e3ft.com (GPL Publications and Projects)
        >

        Comment

        Working...