Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default 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
    Ing. Thunor Guest

  2. Similar Questions and Discussions

    1. to learn
      Hi, I wish to learn flash media sever.... I dont have any knowledge in server side scripting.... i have good knowledge in action scripting.......
    2. how to learn ASP.NET?????
      Thank you for your reply!!
    3. Want to Learn ASP.NET
      Hey, I've been expanding my skills in web programming recently. I taught myself the basics of ASP 3.0, but I want to get into .NET and ASP.NET...
    4. thank you! - where can I learn more?
      Thank you! I need some advice on what to read in order to learn more about these things. Why did I need to override that method, and how will I...
  3. #2

    Default Re: How to learn php???

    Ing. Thunor wrote:
    > 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
    [url]www.php.net[/url]
    [url]www.phpbuilder.com[/url]
    [url]www.phpcollege.com[/url]
    [url]www.onlamp.com[/url] has something on the subject too.

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

    Oh yes, our famous friend, [url]www.google.com[/url]

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

    /Andreas

    --
    Registeret Linux user #292411
    Andreas Paasch Guest

  4. #3

    Default 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.


    Paul Aner Guest

  5. #4

    Default 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.telecom.com.co> wrote in message
    news:42957b3.0307121340.17901fd2@posting.google.co m...
    > 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

    NotIan Guest

  6. #5

    Default Re: How to learn php???

    [email]soporte@col3.telecom.com.co[/email] (Ing. Thunor) wrote in message
    news:<42957b3.0307121340.17901fd2@posting.google.c om>...
    >
    > 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
    Go to PHP manual:

    [url]http://www.php.net/manual/en/[/url]

    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
    Nikolai Chuvakhin Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139