1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Good PHP tutorials?

Discussion in 'PHP' started by claypage, Dec 12, 2004.

  1. #1
    Hi all!

    I need to learn PHP so I can help to create online databases with MySQL. I purchased the book "PHP and MySQL for Dummies" but it seems to flip flop a bit from subject to subject. I'm looking for good tutorials (or any resources really) on learning PHP. If you can offer suggestions, I would highly appreciate it!

    Thanks,
    Matt
     
    claypage, Dec 12, 2004 IP
  2. Design1

    Design1 Active Member

    Messages:
    388
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    78
    #2
    There are several PHP tutorial sites mentioned here:

    PHP Tutorials

    I also recommend the book PHP4 a beginners guide to PHP (i believe thats it) but you are probably past that level..

    Good luck!
     
    Design1, Dec 12, 2004 IP
  3. jarvi

    jarvi Well-Known Member

    Messages:
    127
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #3
    I found the tutorial by Kevin Yank over a Sitepoint very useful when I was learning about mysql and php.
     
    jarvi, Dec 13, 2004 IP
  4. anton-io!

    anton-io! Active Member

    Messages:
    540
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #4
    anton-io!, Dec 22, 2004 IP
  5. schlottke

    schlottke Peon

    Messages:
    2,185
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
  6. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #6
    The PHP Bible worked great for me. Got me from novice to advanced intermediate (not quite a Shawn yet) in 3 months.
     
    T0PS3O, Dec 22, 2004 IP
  7. goldensea80

    goldensea80 Well-Known Member

    Messages:
    422
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    128
    #7
    Funny for me! I just read some newbie tutorials from newbienetwork, then start coding directly using the PHP manual (from php.net). I found that the manual is the best reference for me with some useful example too!
     
    goldensea80, Jan 7, 2005 IP
  8. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #8
    Agreed... the manual is your friend when getting started (or even when you aren't getting started).
     
    digitalpoint, Jan 7, 2005 IP
  9. Trance-formation

    Trance-formation Peon

    Messages:
    598
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #9
    The webmonkey one was what got me started. That and the online php and mySQL manual.

    ACE!
     
    Trance-formation, Jan 7, 2005 IP
  10. goldensea80

    goldensea80 Well-Known Member

    Messages:
    422
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    128
    #10
    Oh yes, I've looked at some webmonkey pages. There are something I am looking for. Thanks!
     
    goldensea80, Jan 7, 2005 IP
  11. alsenor

    alsenor Peon

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    That is the book I also bought, but now I am stuck at some code which constantly keeps getting this error message:

    Parse error
    : parse error, unexpected T_STRING in [my url] on line 35

    line 35 is:
    INSERT bs_members

    ...but that is exactly what the book says for insertion of data in a table.
    It is really frustrating if you follow instruction to the letter.
     
    alsenor, Aug 17, 2006 IP
  12. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #12
    You probably should have started a new thread for this question, but did you look and see if line 34 is missing a semi-colon at the end?
     
    exam, Aug 17, 2006 IP
  13. alsenor

    alsenor Peon

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I do have the semi-colon, but still get the same error msg.
    It is really mysterious, because I see the INSERT [INTO] in many tutorials, yet it doesn't do it for me!
     
    alsenor, Aug 17, 2006 IP