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.

how can i learn php...is it easy?

Discussion in 'PHP' started by webgracesam, Jul 5, 2007.

  1. iulyan_81

    iulyan_81 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #21
    for($i=5;$i>=0;$i--){
    echo 'count down :';
    if($i==0){
    print('ignition');
    }

    }

    a very simple program in php
     
    iulyan_81, Jul 28, 2007 IP
  2. catalin

    catalin Peon

    Messages:
    498
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #22
    watch the video tutorial from lynda
     
    catalin, Jul 28, 2007 IP
  3. julien_santini

    julien_santini Active Member

    Messages:
    184
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #23
    I've been thinking of learning php as well, but I am wondering what would be a good classical book on the subject ? I am familiar with algorithmics and know how to code in several other languages (not c though).
     
    julien_santini, Jul 28, 2007 IP
  4. book

    book Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #24
    The best practice to learn php.

    Step 1. First understand how you can run php pages on your computer. the best way is to install EasyPHP. this will enable you to run php scripts on your local host.

    Step 2. find a simple php script example from the internet. (The script should be very simple, DO not start with large complicated scripts). try to run the script on your localhost

    Step 3. Study the code line by line. try to make simple changes in it which will make you understand the the code in depth, how it is working and which line is doing which task.

    Step 4. Repeat Step 2 and 3 with different example codes.

    Step 5. Think of a simple task to be performed in php, Search the internet for a script that best fits your solution.

    Playing with Codes and carefully observing line by line will bring you up making large scripts your self.

    SELF OBSERVATION IS THE BEST TUTOR.

    thanks
     
    book, Jul 29, 2007 IP
  5. FE Joe

    FE Joe Guest

    Messages:
    61
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #25
    I just bought the "PHP5 & MySQL Bible" by Converse & Park last night from Boarders. I can't put it down (except to look up more PHP stuff).. I recommend it (at this point).

    -Joe
     
    FE Joe, Jul 29, 2007 IP