PHP and WebSite Pro 2.5

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Stephan St-Denis

    PHP and WebSite Pro 2.5

    Hi,

    Yesterday, I downloaded the latest version of PHP and installed it on my Win
    XP Pro system, running O'Reilly's WebSite Pro 2.5.4. I read the specific
    installation manual for WebSite Pro and did everything that was necessary to
    run PHP as a CGI script. I also copied php4ts.dll in my system32 folder.

    I then created a small web page (index.php) with this content :

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

    I rebooted my computer to make sure everything would be correctly
    initialized, launched IE, typed http://localhost/index.php and nothing
    appears. The browser waits for the output that never comes out from website.

    What could be wrong ?

    Any help, suggestions, ideas, would be appreciated.

    Thanks,

    SSTD


  • ®ed Eye Media - ®ichard Grove

    #2
    Re: PHP and WebSite Pro 2.5


    "Stephan St-Denis" <stephans@progi cielsconcept.co m> wrote in message
    news:c0apo4$1ap 8$1@cti15.citen et.net...[color=blue]
    > Hi,
    >
    > Yesterday, I downloaded the latest version of PHP and installed it on my[/color]
    Win[color=blue]
    > XP Pro system, running O'Reilly's WebSite Pro 2.5.4. I read the specific
    > installation manual for WebSite Pro and did everything that was necessary[/color]
    to[color=blue]
    > run PHP as a CGI script. I also copied php4ts.dll in my system32 folder.
    >
    > I then created a small web page (index.php) with this content :
    >
    > <html>
    > <head>
    > <title>Test PHP</title>
    > </head>
    > <body>
    > <?php echo "Hello world<p>"; ?>
    > </body>
    > </html>
    >
    > I rebooted my computer to make sure everything would be correctly
    > initialized, launched IE, typed http://localhost/index.php and nothing
    > appears. The browser waits for the output that never comes out from[/color]
    website.[color=blue]
    >
    > What could be wrong ?
    >
    > Any help, suggestions, ideas, would be appreciated.
    >
    > Thanks,
    >
    > SSTD
    >
    >[/color]

    Probably the registry
    See:

    I know it's 2000 but doesn't matter much.

    Regards
    RG


    Comment

    • R. Rajesh Jeba Anbiah

      #3
      Re: PHP and WebSite Pro 2.5

      "Stephan St-Denis" <stephans@progi cielsconcept.co m> wrote in message news:<c0apo4$1a p8$1@cti15.cite net.net>...[color=blue]
      > Hi,
      >
      > Yesterday, I downloaded the latest version of PHP and installed it on my Win
      > XP Pro system, running O'Reilly's WebSite Pro 2.5.4. I read the specific
      > installation manual for WebSite Pro and did everything that was necessary to
      > run PHP as a CGI script. I also copied php4ts.dll in my system32 folder.[/color]

      Instead, you may try <http://www.apachefrien ds.org/wampp-en.html>

      --
      "Success = 10% sweat + 90% tears"
      If you live in USA, please support John Edwards.
      Email: rrjanbiah-at-Y!com

      Comment

      • Stephan St-Denis

        #4
        Re: PHP and WebSite Pro 2.5

        "®ed Eye Media - ®ichard Grove" <info@redeyemed ia.co.uk> a écrit dans le
        message de news:4028f59f$0 $38117$65c69314 @mercury.nildra m.net...[color=blue]
        >
        > Probably the registry
        > See:
        > http://redeyemedia.co.uk/apache-mysq...indows2000.php
        > I know it's 2000 but doesn't matter much.
        >
        > Regards
        > RG[/color]

        Thanks for answering my question.

        I'll try the registry thing. Hope it'll fix my problem.

        BTW, I successuly installed PHP 4.2.3 on WebSite Pro 2.5.4 but I'm still
        unable to run PHP 4.3.4

        Regards,

        SSTD


        Comment

        Working...