Menu

#1 Trouble with inital page

v1.0_(example)
open
nobody
5
2002-06-22
2002-06-22
Anonymous
No

Having difficulity in accessing initial page. Everything is
set up. ran index.php.
But got a blank page....

Please provide any information.

Thanks.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    hi there,

    looks like:
    i've got this if i dont use an webserver with php enabled.
    webserver must! support php. simply check with following
    script:

    create a new html-page named anyname.php

    in this document copy the following script:

    <html>
    <head>
    <title>PHP Test</title>
    </head>
    <body>
    <?php echo "Hello World<p>"; ?>
    </body>
    </html>

    save this file on webserver and open it with an browser. if you
    dont see anything or a blank page: no php support, means,
    set up an webserver with! php.

    go4it

     
  • Heiko Bartsch

    Heiko Bartsch - 2002-11-14

    Logged In: YES
    user_id=648817

    hi there,

    looks like:
    i've got this if i dont use an webserver with php enabled.
    webserver must! support php. simply check with following
    script:

    create a new html-page named anyname.php

    in this document copy the following script:

    <html>
    <head>
    <title>PHP Test</title>
    </head>
    <body>
    <?php echo "Hello World<p>"; ?>
    </body>
    </html>

    save this file on webserver and open it with an browser. if you
    dont see anything or a blank page: no php support, means,
    set up an webserver with! php.

    go4it

    partners [herzklopfen]

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.