Where is the best place to start learning php/myql programming.

Discussion in 'Programming' started by camel101, Feb 15, 2007.

  1. #1
    Hi,

    I am an accountant major, but i have a huge interest in web development.:cool:
    I have self tough myself a lot about php, but im very lacking in sql.

    How did you guys learn php/msql to be able to build things and making a working script.

    my school does not really offer these courses (only c++ courses which are boring and of no interest to me.)

    thanks:cool:
     
    camel101, Feb 15, 2007 IP
  2. giraph

    giraph Guest

    Messages:
    484
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #2
    My suggestion would be to get your hands on a server with mysql, then just start creating databases, deleting databases, creating tables, outputting data etc. I always tend to suggest getting a book on a topic if you're serious about learning it, but there are plenty of online resources if you'd prefer not to get a book. Just search in google like "mysql tutorials".
     
    giraph, Feb 15, 2007 IP
  3. JoshuaGross

    JoshuaGross Peon

    Messages:
    411
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you want to learn to program well, learn C and/or C++ :)
     
    JoshuaGross, Feb 15, 2007 IP
  4. giraph

    giraph Guest

    Messages:
    484
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #4
    SQL is nothing like C++ =P.
     
    giraph, Feb 15, 2007 IP
  5. camel101

    camel101 Guest

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yea i do have a server with sql and php.
    I have installed forums/mods/ and many other php scripts before.
    i just need to go in an be able to understand where things are and if i need to create a program i can.

    I'm taking objective oriented programming in school now and yea it's nothing like sql.
     
    camel101, Feb 15, 2007 IP
  6. rgchris

    rgchris Peon

    Messages:
    187
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You can always go to the official site. W3schools is always good too.
     
    rgchris, Feb 15, 2007 IP
  7. JoshuaGross

    JoshuaGross Peon

    Messages:
    411
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Well I was half joking, but learning C or C++ makes you a better programmer in general. It makes you write better, more efficient code (if you work at it).
     
    JoshuaGross, Feb 15, 2007 IP
  8. computerconsultant

    computerconsultant Peon

    Messages:
    93
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    The best place for this technology and my suggestion is w3schools.com. Participated in Forum discussions also help you to learn the subject.
     
    computerconsultant, Aug 9, 2010 IP
  9. Xyle83

    Xyle83 Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    No need to learn c/c++ to code well. Just learn some design pattern and try to work with different kind of project and you will notice that most project need a good structure and planing in advance. The best place to learn is php.net and the best way is to have a goal/project :)
     
    Xyle83, Aug 11, 2010 IP
  10. humancoder

    humancoder Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    hummm, i got to site for learning those. you can check one is tutvid dot com and one is tutorialized dot com Best of luck
     
    humancoder, Aug 11, 2010 IP
  11. it career

    it career Notable Member

    Messages:
    3,562
    Likes Received:
    155
    Best Answers:
    0
    Trophy Points:
    270
    #11
    You can try php.net ,etc .
     
    it career, Aug 11, 2010 IP
  12. vgupta80

    vgupta80 Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    There is a book :

    Beginning PHP5, Apache, and MySQL Web Development by Wrox Publications . I think that's great book if you wanna learn from scratch.
     
    vgupta80, Aug 13, 2010 IP
  13. DocuMaker

    DocuMaker Active Member

    Messages:
    427
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    60
    #13
    DocuMaker, Aug 13, 2010 IP
  14. aprillove83

    aprillove83 Peon

    Messages:
    93
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    I agree that learning C or C++ makes you a better programmer in general.
     
    aprillove83, Aug 17, 2010 IP
  15. mypctechs

    mypctechs Greenhorn

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #15
    What others have said. You can learn almost everything you need to know online, via php.net (http://php.net/quickref.php) and other sources. Do a google search.

    The important thing to keep in mind is you'll need a goal. Without a goal and something to accomplish it's very difficult to dedicate the focus necessary to learn programming. Think of an idea for a fun, small, and easy program that you would like to learn, then set about writing it.

    You can probably Google to find sample code of something that does close to what you'd like to learn. Copy that, and start playing with it.
     
    mypctechs, Aug 17, 2010 IP
  16. dreteh

    dreteh Member

    Messages:
    514
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    33
    #16
    I prefer w3schools.com than the official website. I learned mine there.
     
    dreteh, Aug 17, 2010 IP