...is it that hard?

Discussion in 'PHP' started by indyonline, Oct 23, 2007.

  1. #1
    Hello all. I'm trying to learn a little about PHP. I just bought some scripts from a DP member for a good price thinking I could figure it out. My question is, is PHP hard to learn, should I take a class or something. Just wanted to ask because HTML is pretty easy and I was wondering if PHP is too.
     
    indyonline, Oct 23, 2007 IP
  2. rayqsl

    rayqsl Active Member

    Messages:
    91
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    53
    #2
    PHP is easy to learn but is harder than HTML. You should try and get hold of a good book - something like "Learn PHP in 24 hours". Or do some online tutorials - there are lots of them around. PHP usually uses a database, otherwise why would you want to program a website? Typically, PHP people use MySQL. Again, you can get good books and onlione tutorials to learn about MySQL.

    Good luck
     
    rayqsl, Oct 24, 2007 IP
  3. Brewster

    Brewster Active Member

    Messages:
    489
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    60
    #3
    The difficulty level will be dependant on your experience with programming.

    As rayqsl pointed out, look at books and tutorials and study as much code as you can find and try to work out what it is trying to do. There is loads of code at www.sourceforge.net

    Look at tutorials for SQL as well, as this is very useful for designing database web applications.

    Brew
     
    Brewster, Oct 24, 2007 IP
  4. tonybogs

    tonybogs Peon

    Messages:
    462
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #4
    As far as programming languages go its quite easy because its very forgiving.

    Although html isnt a programming language, its a markup language so the fundamentals are very different.

    OUr friends here give the best advice, grab a good beginners book and practice practice practice.

    Good Luck :)
     
    tonybogs, Oct 24, 2007 IP
  5. webrepair

    webrepair Peon

    Messages:
    41
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Its "difficulty" level, depends entirely on your level of programming experience. The logic behind programming is exactly the same with each language, its just the syntax, functions etc... that are different.
     
    webrepair, Oct 24, 2007 IP
  6. t0mb

    t0mb Active Member

    Messages:
    1,116
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    80
    #6
    t0mb, Oct 24, 2007 IP
  7. indyonline

    indyonline Prominent Member

    Messages:
    4,626
    Likes Received:
    248
    Best Answers:
    2
    Trophy Points:
    335
    #7
    Thank you all for your input.
     
    indyonline, Oct 26, 2007 IP