Learning PHP

Discussion in 'Technology' started by DoctorMick, Jan 19, 2003.

Users Viewing Thread (Users: 0, Guests: 0)

  1. DoctorMick

    DoctorMick Registered User

    Joined:
    Apr 2, 2002
    Messages:
    3,828
    Likes Received:
    0
    Location:
    Sunderland :)
    Learning PHP

    Right, I'm planning on learning PHP while I have a bit of spare time (yes, i'm sad!) so I was wondering what I will need to get started, anyone help?

    I'm running Windows XP, what will I need to download and where can I get it from etc? Are there any decent good tutorials? Where can I get them? What good PHP resources are there?

    Ta!
  2. 1615634792921.png
  3. Nik

    Nik Registered User

    Joined:
    Jun 10, 2002
    Messages:
    710
    Likes Received:
    0
    Location:
    ON THE FLY
    first of all you need to get php working on your comp!!!

    get it here

    http://www.php.net/downloads.php

    I would also recommend getting a tool to edit it such as dreamweaver or I use PHPed!!!


    all the help u need to understand the code should be on :D ;)

    http://www.php.net/

    tell me if u need anymore help!!!

    Nik;)
  4. TryHard*tidyShaun

    TryHard*tidyShaun Registered User

    Joined:
    Dec 24, 2002
    Messages:
    2,023
    Likes Received:
    0
    Location:
    LEEDS
    You want to install Apache web server where you can run things off locally

    go to download.com search for PHPTriad, it will install apache and MYSQL/PHPMyAdmin
  5. DoctorMick

    DoctorMick Registered User

    Joined:
    Apr 2, 2002
    Messages:
    3,828
    Likes Received:
    0
    Location:
    Sunderland :)
    Cheers, I ended up downloading EasyPHP which seems to have installed MYSQL, Apache and PHPMyAdmin or whatever its called! Now, how do I use Apache then?!?!? :D
  6. DoctorMick

    DoctorMick Registered User

    Joined:
    Apr 2, 2002
    Messages:
    3,828
    Likes Received:
    0
    Location:
    Sunderland :)
    Fuck....all the EasyPHP help files are in French....time to download something else then!!! What a waste of 45 minutes!!!
  7. TryHard*tidyShaun

    TryHard*tidyShaun Registered User

    Joined:
    Dec 24, 2002
    Messages:
    2,023
    Likes Received:
    0
    Location:
    LEEDS
    Put your files/php scripts in the htdocs folder within the apache folder, and when you want to test/run them, start the apache program, open internet explorer and type in http://localhost/ then the file name/ and it will run the script as if it was on the internet.

    If you want other people to test them out as well, find out your IP address, i.e http://62.33.09.11/ and put the file name you want to run after it, and it will work in the same way, but you have to have the apache program running in the background for any of these lot to work.
  8. Yosef Ha'Kohain

    Yosef Ha'Kohain Registered User

    Joined:
    Nov 11, 2001
    Messages:
    20,868
    Likes Received:
    5
    Location:
    Zion
    download php tried if u can't be arsed 2 configure urself :D

Share This Page