Is learning PHP wise with no XP?

Discussion in 'PHP' started by abbynormal1, May 31, 2006.

  1. #1
    I'm considering learning PHP. I've recently been more and more interested in developing web sites and web applications. Particularly, I'm interested in database interaction through the web (MySQL). I have zero programming experience, unless you consider html programming. I did actually take a C++ course, but remember nothing from it.

    Should I start with something different first, or is starting with PHP just crazy enough to work?
     
    abbynormal1, May 31, 2006 IP
  2. pophysis

    pophysis Peon

    Messages:
    44
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    php is pretty easy imo. Plus you can find all kinds of tutorials for php/mysql free online.
     
    pophysis, May 31, 2006 IP
  3. DPTony

    DPTony Peon

    Messages:
    329
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Learn php if your interested in developing web applications! Its the best thing I have every done for myself since I do webdesign. I never have to pay to create another site for myself agian besides hosting and the domain!
     
    DPTony, May 31, 2006 IP
  4. Sketchy

    Sketchy Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I agree with the other two comments.

    I think that PHP is a good language to learn. Like you it was the first language I worked with and fully taught myself.. There is a hell of a lot of information out there to help you with it, I downloaded a lot of basic scripts and picked them apart bit by bit to learn the language....

    But yes, defiantly learn it!
     
    Sketchy, Jun 1, 2006 IP
  5. myhart

    myhart Peon

    Messages:
    228
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I still have a lot to learn! However I have been able to grasp more PHP than I would have thought possible. I started with making simple changes to an Amazon affiliate script. Made some money and am now hooked for life!
     
    myhart, Jun 1, 2006 IP
  6. abbynormal1

    abbynormal1 Peon

    Messages:
    203
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Excellent encouragement. I think I'll start reading some guides tonight.
     
    abbynormal1, Jun 1, 2006 IP
  7. wmburg

    wmburg Active Member

    Messages:
    300
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    58
    #7
    Yes you should be able to pick PHP up pretty quickly. There are tons of tutorials out there. Good luck!
     
    wmburg, Jun 1, 2006 IP
  8. gn77

    gn77 Peon

    Messages:
    58
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    yup, php + mysql is the good way to go about dynamic web sites. and php is much simpler than full fledged language like c++...

    best of luck.
     
    gn77, Jun 2, 2006 IP
  9. Dan Grossman

    Dan Grossman Peon

    Messages:
    177
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #9
    PHP's got about as easy a learning curve as you can get.
     
    Dan Grossman, Jun 2, 2006 IP
    sarahk likes this.
  10. DonkeyTeeth

    DonkeyTeeth Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    If you already have a host that supports PHP and allows you to create MySQL databases, just jump in!

    Just working through a simple tutorial like the one at http://www.w3schools.com/php/php_mysql_select.asp is a great springboard. And http://www.php.net and http://www.mysql.com have good documentation.

    Figure out something simple and dynamic to start off with and try to get it to work. Best way to learn is good old trial and error.
     
    DonkeyTeeth, Jun 5, 2006 IP
  11. itsall3

    itsall3 Active Member

    Messages:
    505
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    58
    #11
    PHP is great :)

    If you took a C++ course, it will come back to you. All programming languages are basicly the same.

    I taught myself PHP just by messing around/editing PHPBB (a free forum)

    It's well worth learning, and working with databases is very easy with php. You could just install (unless your host already has it), phpmyadmin -- it will produce all your mysql quires and you can just simply use them in your code.
     
    itsall3, Jun 5, 2006 IP