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.

need guidence in PHP Debug(eclipse platform) for tracing

Discussion in 'PHP' started by mehdiali, May 28, 2008.

  1. #1
    Hi there
    i get php debug(eclipse platform) but i can't work with it very well.
    can some body tell me what can i do if i want to trace following code :
    
    <?php
    if(isset($_GET['text']))
    {
    	echo "byby ".$_GET['name'];
    }
    echo '<form method="GET" action='.$_SERVER['PHP_SELF'].'>';
    echo "<input type='text' name='name'>";
    echo "<input type='submit' value='send'>";
    echo "</form>";
    ?>
    
    PHP:
    my problem is after submitting the form.
    plz tell what should i do?(some thing like you must go to run menu and then
    ...)

    thank you all
     
    mehdiali, May 28, 2008 IP
  2. gyp

    gyp Banned

    Messages:
    44
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if ( $job == "done" ) {
    echo "Please message me next time you have something";
    } else {
    echo "I am interested in this job, Please Message me.";
    }
     
    gyp, May 28, 2008 IP