What's the easiest way to learn php and MySql ?

Discussion in 'PHP' started by edy, Apr 10, 2007.

  1. #1
    What's the easiest way to learn php and MySql ? Is there any recomended online class or Video training cds ?
     
    edy, Apr 10, 2007 IP
  2. aaron_nimocks

    aaron_nimocks Im kind of a big deal Staff

    Messages:
    5,563
    Likes Received:
    627
    Best Answers:
    0
    Trophy Points:
    420
    #2
    I learn best with video tutorials. The ones I went through is on www.vtc.com

    Its a paid membership but the tutorials are pretty good.
     
    aaron_nimocks, Apr 10, 2007 IP
  3. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
  4. streety

    streety Peon

    Messages:
    321
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
  5. edy

    edy Peon

    Messages:
    256
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks for the links.
     
    edy, Apr 10, 2007 IP
  6. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #6
    Lol, I just searched the PHP forum for "learning", and there were like a million results. So I picked these. :D
     
    nico_swd, Apr 10, 2007 IP
  7. streety

    streety Peon

    Messages:
    321
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #7
    It's probably worthwhile putting together a mammoth guide to learning PHP and get it stickied.

    I suspect it would be a mammoth post as well.
     
    streety, Apr 10, 2007 IP
  8. Barti1987

    Barti1987 Well-Known Member

    Messages:
    2,703
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    185
    #8
    The best way you can learn and expand your PHP/MySQL knowledge is by practicing it.

    To learn the syntax, I recommend that you buy a book and keep it for future references too.

    Peace,
     
    Barti1987, Apr 10, 2007 IP
  9. tinkerbox

    tinkerbox Peon

    Messages:
    55
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    1. learn how to show output with php, using echo, print is slower
    2. learn how to connect to mysql
    3. learn how to select from database n show result. then learn insert, update, delete etc
    4. get free simple php script n try read it. If dont understand refer www.php.net
    5. using free script, modified the script to meet you u need, play with it
    6. read other ppl script. try understand how it works
    7. try make you own script from scratch

    this is not ultimate guide, but this is how i learned php n mysql :D
     
    tinkerbox, Apr 10, 2007 IP
  10. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #10
    I agree. I was thinking the same earlier. There are so many people asking for the best way to learn.
     
    nico_swd, Apr 10, 2007 IP