Results 1 to 7 of 7

Thread: Help me plz...

  1. #1
    Join Date
    Dec 2004
    Posts
    1

    Default Help me plz...

    hey guys,

    All I know is HTML and today I tried to write a PHP file with notepad.
    Well, since my laptop doesn't have IIS, I couldn't install PHP on my computer. (I have XP home edition)

    Now I signed up for Free Hosting, and after I wrote on Index.html,

    <html>
    <body><?php echo "Hello World"; ?></body>
    </html>

    it didn't show up.
    So, do I manually install PHP program on my web space ?
    on file manager, all I have is just index.html.

    I know nothing about PHP, so please help me to figure this out.
    Thanks guys ! =)

  2. #2
    Join Date
    Oct 2004
    Posts
    50

    Default

    probably php is not activated for you. You can ask the admins to do that for you, but i think you should have a centain number of post here in the forum. Read the BizHat terms

  3. #3
    Join Date
    Oct 2004
    Location
    Malaysia,
    Posts
    321

    Default

    yupp.
    20 post for PHP request.
    10 post for upgrading!!

  4. #4
    Join Date
    Dec 2004
    Location
    Mel - Aus
    Posts
    34

    Default Ok

    Here is your problem, you named that file index.html <=== The Php will not work inside a html file, what you need to do is rename the file to index.php, just leave the script as it is and just change the file type to php

  5. #5

    Default

    hey, did you install php?
    if nott, you can try out "php triad". it will install apache,php and mysql - all pre-configured. then you can try your scripts on your laptop. and u dont need iis to run php

  6. #6
    Join Date
    Nov 2004
    Posts
    21

  7. #7
    Join Date
    Oct 2004
    Location
    Malaysia,
    Posts
    321

    Default

    lol
    is this funny?
    i taught what tutorials again!?
    Out come the....
    go look for yourself if you haven't see it!!
    hah ah haha ha

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •