Newb

Coltraine's Avatar

Coltraine

29 Oct, 2009 11:49 PM via web

Hey, I am new and I have no idea what I am doing. Please help!! :(

  1. 2 Posted by irish_ignite on 30 Oct, 2009 11:32 AM

    irish_ignite's Avatar

    ok its pretty simple. sign up for webhost.com. then go to files and add this script.

    <?php
    switch ($REQUEST['step']) {
    case 1:
    echo "Hi, what's your name?";
    break;
    case 2:
    echo "Hi " . $
    REQUEST['value1'] . ", where do you live?";
    break;
    case 3:
    echo "Well, welcome to this hello world bot, " . $REQUEST['value1'] . "
    from " . $
    REQUEST['value2'] . ".";
    break;
    } ?>

    It was the same script in the api. after that you need to press view on it and find out the URL. that is after following the instructions on that site. Your home page has to be index.html so it can't be your home page cause you need something.php. You can mess around with the script to learn more, Google search things, read other people forums to see what they can do, and be more specific on questions. Just some free advice from another user, not trying to be cruel or anything but that's about all i can think of to do

  2. Support Staff 3 Posted by Adam Kalsey on 30 Oct, 2009 02:04 PM

    Adam Kalsey's Avatar

    What is it you're trying to do?

    --
    Adam Kalsey
    This mobile device has tiny keys. Please excuse any typos.

    On Oct 29, 2009, at 4:49 PM, Coltraine <***@tenderapp.com
     > wrote:

  3. 4 Posted by mlucas on 15 Oct, 2010 02:55 PM

    mlucas's Avatar

    It looks like we've answered this for you, so we're going to mark this question as resolved. If you have any questions, you can re-open this issue or send a new one in and we'll be glad to help.

    -Matt Lucas
    IMified Support

  4. mlucas closed this discussion on 15 Oct, 2010 02:55 PM.

Comments are currently closed for this discussion. You can start a new one.