How to learn php???

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

    How to learn php???

    I want to learn PHP but I dont now how to, or what way to choose, or
    are there some method to do it.....or where I have to go

    Thanks
  • Ian.H [dS]

    #2
    Re: How to learn php???

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    Whilst lounging around on 12 Jul 2003 14:40:09 -0700,
    soporte@col3.te lecom.com.co (Ing. Thunor) amazingly managed to
    produce the following with their Etch-A-Sketch:
    [color=blue]
    > I want to learn PHP but I dont now how to, or what way to choose,
    > or are there some method to do it.....or where I have to go
    >
    > Thanks[/color]


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



    Probably the best start... the official Web site =)



    Regards,

    Ian

    -----BEGIN PGP SIGNATURE-----
    Version: PGP 8.0

    iQA/AwUBPxCORmfqtj2 51CDhEQI21wCguL Twu2PJzaNitkOJG 1GGdKwgAvsAoLDw
    vx/7jzwzBrgQxEljet/NSlXH
    =Xn2r
    -----END PGP SIGNATURE-----

    --
    Ian.H [Design & Development]
    digiServ Network - Web solutions
    www.digiserv.net | irc.digiserv.ne t | forum.digiserv. net
    Programming, Web design, development & hosting.

    Comment

    • Andreas Paasch

      #3
      Re: How to learn php???

      Ing. Thunor wrote:
      [color=blue]
      > I want to learn PHP but I dont now how to, or what way to choose, or
      > are there some method to do it.....or where I have to go
      >
      > Thanks[/color]

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

      The energetic, vibrant digital home of developers that are passionate and dedicated to sharing and learning more about PHP. PHP snippets, PHP tutorials and PHP Forums.


      www.onlamp.com has something on the subject too.

      There a plenty of good books, Wrox, O'Reilly, others.

      Oh yes, our famous friend, www.google.com

      .... all just for a starter. Should keep you busy learning PHP for a looooong
      time ;-)

      /Andreas

      --
      Registeret Linux user #292411

      Comment

      • Paul Aner

        #4
        Re: How to learn php???

        What do you already know about programming?

        Are you familiar to C or Java or any Basic dialect?

        Do you know what happens when a browser (client) calls
        a server (http-server).

        tell us more about your existing knowledge within programming.


        Comment

        • NotIan

          #5
          Re: How to learn php???

          My advice is think about what you want php to do for you and try to do it.
          If you can't find the code on php.net, ask here



          "Ing. Thunor" <soporte@col3.t elecom.com.co> wrote in message
          news:42957b3.03 07121340.17901f d2@posting.goog le.com...[color=blue]
          > I want to learn PHP but I dont now how to, or what way to choose, or
          > are there some method to do it.....or where I have to go
          >
          > Thanks[/color]


          Comment

          • Nikolai Chuvakhin

            #6
            Re: How to learn php???

            soporte@col3.te lecom.com.co (Ing. Thunor) wrote in message
            news:<42957b3.0 307121340.17901 fd2@posting.goo gle.com>...[color=blue]
            >
            > I want to learn PHP but I dont now how to, or what way to choose, or
            > are there some method to do it.....or where I have to go[/color]

            Go to PHP manual:



            and start reading from the beginning. By the time you get through
            Part I ("Getting Started"), you will have a pretty good idea of what
            you can accomplish with PHP. Then select a small project and
            implement it in PHP using the manual as your guide. Alternatively,
            get someone else's simple script at hotscripts.com or wherever else
            scripts can be found and figure out how it works or, better yet,
            how you can modify it to better suit your taste.

            Cheers,
            NC

            Comment

            Working...