How Fast Can I Learn This?

Discussion in 'PHP' started by gobbly2100, May 17, 2007.

  1. #1
    I have quite a good understanding of XHTML, not much knowlage of CSS and I was wondering how long it takes to pickup PHP and what should I focus on before starting to learn PHP?
     
    gobbly2100, May 17, 2007 IP
  2. it career

    it career Notable Member

    Messages:
    3,562
    Likes Received:
    155
    Best Answers:
    0
    Trophy Points:
    270
    #2
    If you already know a procedural programming language like C, Perl, you can learn it in 2-4 weeks.
     
    it career, May 17, 2007 IP
  3. missenlinx

    missenlinx Peon

    Messages:
    97
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    PHP is very different to XHTML and CSS but as it career stated if you know of another language like perl or c you can pick it up quite quickly.

    Hello world example

    <?php

    echo "Hello World";

    ?>

    :D
     
    missenlinx, May 18, 2007 IP
  4. Idil

    Idil Peon

    Messages:
    70
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    hey I'm just thinking about learning php as well. I know HTML and CSS. will it be easy for me to learn php? I know of no other languages!
     
    Idil, May 18, 2007 IP
  5. tamilsoft

    tamilsoft Banned

    Messages:
    1,155
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    0
    #5
    HTML,CSS & XHTML are important to build web interface but those are not much helpful to learn PHP.For this you should knew any server side programming language like ASP.
     
    tamilsoft, May 18, 2007 IP
  6. marieg

    marieg Active Member

    Messages:
    695
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #6
    I like to learn php too.

    can you guys recommend any book that you guys used to learn php or any website..
     
    marieg, May 18, 2007 IP
  7. BlackCoder

    BlackCoder Peon

    Messages:
    529
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I have a bunch of PHP video tutorials.
     
    BlackCoder, May 18, 2007 IP
  8. DidierE

    DidierE Well-Known Member

    Messages:
    1,815
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    145
    #8
    PHP is very easy. The best way to learn (in my eyes) is to look at a lot of code in the beginning and try to figure out what it means and what it does :D
     
    DidierE, May 18, 2007 IP
  9. tamilsoft

    tamilsoft Banned

    Messages:
    1,155
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    0
    #9
    tamilsoft, May 18, 2007 IP
  10. jumpenjuhosaphat

    jumpenjuhosaphat Peon

    Messages:
    229
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I bought a couple of books...700-800 pages each...Mostly it was just a bunch of code examples repeated over and over again, with about 50-60 pages of decent information in between. I paid $40 and up for these books. The best place to get information at is at www.w3schools.com/php/default.asp and www.php.net, both are free, and full of resources that I haven't found in any book.
     
    jumpenjuhosaphat, May 18, 2007 IP
  11. coderbari

    coderbari Well-Known Member

    Messages:
    3,168
    Likes Received:
    193
    Best Answers:
    0
    Trophy Points:
    135
    #11
    for learning PHP you must have idea on programming language like C.i learnt PHP fast bcoz i know C.but if dont have any knowledge of programming you still can learn PHP,but it will take some time.there are lots of free tutorials available online.and one thing:pHP has no relation with XHTML,CSS-they are for designing,making frontend but PHP is for the backend.so there is no relation in syntax at all.
     
    coderbari, May 19, 2007 IP
  12. wing

    wing Active Member

    Messages:
    210
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    58
    #12
    PHP/MYSQL database Applications by Jay Geenspan & Brad Bulger
    should be a good book for newbies to get a kickoff from :)

    About 600 pages with lots of code examples and walktroughs.
    It's a little old though, so you may want to get some other book covering PHP 5 also.
     
    wing, May 19, 2007 IP