Where To Start

Discussion in 'PHP' started by RossCheal, Oct 20, 2011.

  1. #1
    Well the title pretty much says it all really, Ive picked up little bits of how to edit PHP over the last few weeks but I wouldnt mind giving it a proper go.

    Where would you Say would be the Best place to Start. anybody reccomend some good tutorials ( very basic )

    Ross.
     
    RossCheal, Oct 20, 2011 IP
  2. P1raten

    P1raten Greenhorn

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    php(dot)net
     
    P1raten, Oct 20, 2011 IP
  3. HuggyEssex

    HuggyEssex Member

    Messages:
    297
    Likes Received:
    4
    Best Answers:
    2
    Trophy Points:
    45
    #3
    I personally started before I went into higher education at www.tizag.com it gives you a good understanding of the core basics you will need to get started.
     
    HuggyEssex, Oct 20, 2011 IP
  4. jSUBTLE

    jSUBTLE Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Read E-Books or buy a book
     
    jSUBTLE, Oct 20, 2011 IP
  5. nihangshah

    nihangshah Prominent Member

    Messages:
    5,536
    Likes Received:
    271
    Best Answers:
    3
    Trophy Points:
    395
    #5
    I started with W3Schools. It's an awesome site to learn programming languages.
     
    nihangshah, Oct 20, 2011 IP
  6. RossCheal

    RossCheal Active Member

    Messages:
    668
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #6
    Thanks for all the usefull liknks ill try to work my way through them over the weekend.

    Ross.
     
    RossCheal, Oct 20, 2011 IP
  7. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #7
    The proper start to learning programming, regardless of the language, is to learn programming. (In English.) Start with Wirth's "Algorithms + Data Structures = Programs". You can usually find a copy at Amazon for a few pounds/euros/dollars.

    Once you understand the concepts of programming, open php_enhanced_en.chm (you can download it from the PHP site) and use it as your source, not only for syntax, but for examples posted by people who are actually using it.

    I had no hand in writing PHP, but I'd swear that one of the goals was to write a language that didn't have to be learned. If you can program, you can program in PHP. (If you can't program, learning PHP will just save you a few seconds here and there, but you still won't be able to write PHP programs.)
     
    Rukbat, Oct 21, 2011 IP
  8. Make a perfect site

    Make a perfect site Well-Known Member

    Messages:
    376
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    155
    #8
    Hi Ross,

    I started learning PHP 1,5 years ago. Now I am fairly good at it. My method:

    1.) Reading easy tuts at www.w3schools.com and www.tizag.com
    2.) Trying to build something basic in PHP (e.g. a simple contact form)
    3.) If you don't know something just Google it!
    4.) From further searches you will gain extra knowledge

    In brief this is it... Just learn the basics then just search for things you don't know.
    After few months or years you will be a professional :)
     
    Make a perfect site, Oct 22, 2011 IP
  9. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #9
    perfect site, that's good, except for one problem. Much of the information on the W3Schools site is just plain wrong. (http://www.w3fools.com/)
     
    Rukbat, Oct 24, 2011 IP
  10. Make a perfect site

    Make a perfect site Well-Known Member

    Messages:
    376
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    155
    #10
    Well, maybe you are right... But it worked for me ;)
     
    Make a perfect site, Oct 24, 2011 IP
  11. RossCheal

    RossCheal Active Member

    Messages:
    668
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #11
    I have a day off from work tomorrow so think I'm gunna attempt to make a contact form and then move on from there.
     
    RossCheal, Oct 24, 2011 IP
  12. Nom Nom

    Nom Nom Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I highly recommend the book "PHP 6 and MySQL 5 for Dynamic Web Sites: Visual Quick Pro Guide" , it has PHP & MySQL in it. Also, after it teaches you most of it, there are guides on how to make a registration, forum and a shopping cart. The fundamentals from those examples can be used in lots of other circumstances. Also, w3schools is very useful.

    Good luck!
     
    Nom Nom, Oct 26, 2011 IP
  13. swasa

    swasa Member

    Messages:
    306
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    43
    #13
    swasa, Nov 8, 2011 IP
  14. Make a perfect site

    Make a perfect site Well-Known Member

    Messages:
    376
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    155
    #14
    Hi Ross,

    How is the development of the contact form going? :)
     
    Make a perfect site, Nov 9, 2011 IP