Learning PHP

Discussion in 'HTML & Website Design' started by shah2k, May 10, 2007.

  1. #1
    I want to learn PHP. I learned C++ and I believe PHP was made out of C.

    I am a decent learner. How long do you guys think it will take me (i know it depends on the person but for an average person) to make a simple script that uses login/passwords, etc.
     
    shah2k, May 10, 2007 IP
  2. 8everything

    8everything Peon

    Messages:
    16,350
    Likes Received:
    903
    Best Answers:
    0
    Trophy Points:
    0
    #2
    8everything, May 10, 2007 IP
  3. Galaxia

    Galaxia Guest

    Messages:
    146
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Galaxia, May 10, 2007 IP
  4. Katy

    Katy Moderator Staff

    Messages:
    3,490
    Likes Received:
    513
    Best Answers:
    7
    Trophy Points:
    355
    #4
    Katy, May 10, 2007 IP
  5. parag

    parag Banned

    Messages:
    62
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    w3schools is a good one for beginners.
    Also checkout http://www.php.net/tut.php for an introductory tutorial.
    It covers:
    I also had a C, C++ background and learned PHP, MYSQL myself.
    It can take from 1week to 2months to get acquainted with it depending how much time you dedicate to it.

    - Parag
     
    parag, May 10, 2007 IP
  6. xooMan

    xooMan Peon

    Messages:
    92
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    For a descent learner it will take, I believe, a day or two to implement a simple script with login/passwords. The simplest way is to use PHP built-in session management facility. Check the manual and explore the session_* set of functions.
     
    xooMan, May 11, 2007 IP