Why PHP is complicated for me?

Discussion in 'PHP' started by satz27, Aug 29, 2012.

  1. #1
    I just completed the PHP basics. There are PHP coders n lovers out there. I would like to here How you managed to learn or how you experienced/felt learning PHP at initial stage.
    I feel very uncomfortable and complicated even at JS. Though i am very enthusiastic at HTML, CSS and ADOBE softwares, I found PHP is somehow hard. MYSQL is not so hard for me.
     
    Last edited: Aug 29, 2012
    satz27, Aug 29, 2012 IP
  2. Web Solutions

    Web Solutions Peon

    Messages:
    64
    Likes Received:
    1
    Best Answers:
    5
    Trophy Points:
    0
    #2
    Is it the syntax you are having trouble with or the concept of programming in general ?
     
    Web Solutions, Aug 29, 2012 IP
  3. satz27

    satz27 Greenhorn

    Messages:
    51
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #3
    not just syntax but also functions often. Is this normal initial learners?
     
    satz27, Aug 29, 2012 IP
  4. itcv

    itcv Active Member

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    #4
    PHP it's not so hard, try some video tutorials.
    To learn php you need to manage codes, try to make some basic scripts by tutorials and with the time you will become more experienced...
     
    itcv, Aug 29, 2012 IP
  5. satz27

    satz27 Greenhorn

    Messages:
    51
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #5
    Thank you @itcv & @Web Solutions, I have to head to youtube for basic tutors.
     
    satz27, Aug 29, 2012 IP
  6. sarahk

    sarahk iTamer Staff

    Messages:
    28,899
    Likes Received:
    4,555
    Best Answers:
    123
    Trophy Points:
    665
    #6
    Have you been just reading code or have you been trying out some basic functions?

    I got my 12yo to mess about with this page: hxxp://jeremy.itamer.com/something.php and he had to create forms, hidden fields, verify the submitted content, set up css etc and it gave him a really good intro. It's broken now, but it gives a good idea of what a learning script might do and how you can get started.

    Ultimately you'll probably only ever code plugins and extensions to existing CMS systems and they are really easy once you get the hang of classes.

    Oh, and FWIW, your first programming language is always the hardest. Once you know one the others all fall into place.
     
    sarahk, Aug 29, 2012 IP
  7. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #7
    I agree with sarahk your first programming language is the most difficult to learn. Then from there it gets easier and easier as you progress and learn other languages.

    The most difficult part of learning PHP for me was the fact that out of the box it's just a sloppy language compared to other strict languages. You can easily write crap code and it will function. The most difficult part of learning PHP as your first language would simply be due to the fact that you don't understand the fundamentals of programming.

    If you think PHP is difficult just wait until you dabble with C++ or Java... or even the Cryptic Perl
     
    NetStar, Aug 29, 2012 IP
  8. abiabiah

    abiabiah Greenhorn

    Messages:
    79
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #8
    There are two things you need to cover when coding with any language:

    Programming Concepts
    Coding Syntax

    Nothing is perfect in start, but practice makes man perfect.
     
    abiabiah, Aug 29, 2012 IP
  9. itcv

    itcv Active Member

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    #9
    There is a lot of dependencies of what programming you want to learn, web programming or system programming?
     
    itcv, Aug 30, 2012 IP
  10. phpking

    phpking Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Try focussing on php only
     
    phpking, Aug 30, 2012 IP