Results 1 to 5 of 5

Thread: if i want to learn PHP, from where do i need to start?

  1. #1
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default if i want to learn PHP, from where do i need to start?

    Like the title you can see, for a newbie like me from where do i need to start to master the basic....

    Any tips n trick, would be nice
    _____________________

    David Demetrius // davejob
    _____________________

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Here are a few worth looking at:

    W3Schools Tutorials

    PHP 101

    PHPBuddy

    Tizag

    The last one (Tizag) it a little tougher than the others. It assumes you have a basic understanding of some of the topics it covers. But it is still worth a look. PHPBuddy is one I have never tried but looks well thought out at least. The other 2 are constant resources for people like me
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. The Following User Says Thank You to BLiZZaRD For This Useful Post:

    davelf (03-19-2010)

  4. #3
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    ah finally there's someone really care to help the junior, Thx Blizzard
    _____________________

    David Demetrius // davejob
    _____________________

  5. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Also, this is not where you should start, but where you should end up:
    http://php.net

    Use that to reference anything you need to look up. The function reference is great with examples, bug reports and warnings (if applicable).

    Once you move on from tutorials that will be all the reference material you need.

    For now, use tutorials but also just practice and it will start to make sense.


    To start with php and mysql, I found this tutorial helpful: http://php-mysql-tutorial.com
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  6. The Following User Says Thank You to djr33 For This Useful Post:

    davelf (03-22-2010)

  7. #5
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    thx djr33, i will post a lot of question here, LOL
    _____________________

    David Demetrius // davejob
    _____________________

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
  •