Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: PHP Tutorials

  1. #1
    Join Date
    Jul 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default PHP Tutorials

    Does anyone know of a good free PHP tutorial. I want to learn PHP but my college doesn't offer a course on it. I know html, actionscript, and very basic java so I do have some programming experience and it doesn't have to be very beginning coding tutorials. I would just really like to learn the correct way of coding with PHP.

    Thanks for any help

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    http://www.php-mysql-tutorial.com/
    http://www.php.net/tut.php

    You could also use Google to search for PHP tutorials.

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default

    When I get started with a new language, I like to start with video tutorials and then read up on it. So, I used www.phpvideotutorials.com and www.sampsonresume.com www.killerphp.com has a few as well. It's no replacement for reading, but it gets you started fast.
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    I have trouble understanding why anyone would want a video tutorial of code being typed out. It seems nonsensical to me.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Mar 2006
    Location
    Cleveland, Ohio
    Posts
    574
    Thanks
    6
    Thanked 5 Times in 5 Posts

    Default

    Haha, I've got a few I downloaded from YouTube (with the VideoDownloader plugin for FireFox), and they're kind of fun...but I really haven't learned much from them.
    Thou com'st in such a questionable shape
    Hamlet, Act 1, Scene 4

  6. #6
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default

    I know this post is a bit late, but:

    Video Tutorials are only good if the person making the vid explains everything well (Not just typing code; in my opinion SampsonResume.com does a great job with that). There are obviously some bad coding vids out there, but if you find some good ones, I think they help a lot.
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

  7. #7
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    But isn't it just a high-bandwidth version of code with comments?
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  8. #8
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default

    Not at all! Check out www.sampsonresume.com and see for yourself. It's nice to have an "instructor" every now and again to get you started. It's definitly not a replacement for text, but it helps a lot. I got started on PHP with them (John Sampson talking me through everything), and when I finished those-- as well as www.phpvideotutorials.com (Which is great for basic syntax) and some www.killerphp.com (I think that's the URL; there's not a whole lot there, just some alternate syntax like print instead of echo)-- I read up on the stuff I saw. From there it was all a breeze. I suppose we might just have to agree to disagree on this one? lol.
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

  9. #9
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    The videos appear to be broken somehow -- none of my players can play them.This is a domain placeholder page.The videos here are all in Flash.
    I read up on the stuff I saw. From there it was all a breeze.
    But surely watching someone type echo 'blah'; and say "and here we're outputting 'blah' to the browser" is exactly the same as reading
    Code:
    // And here we're outputting 'blah' to the browser.
    echo 'blah';
    ... just several million times the bandwidth?
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  10. #10
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default

    lol. The vids/sites are working fine. (sampsonresume need windows media player.) And disagree about it being the same-- it's faster, though it has less info then reading. I will give you the fact that reading is more effective.

    What's really funny is this thread has long since died, and we keep posting on it. lol.
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •