PHP and Apache 2.0

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bentley

    PHP and Apache 2.0


    This is a newbie question :-)

    I am installing Apache 2.0 with PHP. On top of PHP I plan on installing
    netjuke.

    I am having problems and have a strange issue:

    the following works:

    <? phpinfo(); ?>

    but the following does not worl. the source code appears on the page as
    if it is not being processed.

    <?php phpinfo(); ?>

    I read in a newsgroup to try the second. I am wondering if this could
    some how be part of my problem.

  • Andy Hassall

    #2
    Re: PHP and Apache 2.0

    On Tue, 19 Aug 2003 03:36:41 GMT, "bentley" <bentley@attbi. com> wrote:
    [color=blue]
    >
    >This is a newbie question :-)
    >
    >I am installing Apache 2.0 with PHP. On top of PHP I plan on installing
    >netjuke.
    >
    >I am having problems and have a strange issue:
    >
    >the following works:
    >
    ><? phpinfo(); ?>
    >
    >but the following does not worl. the source code appears on the page as
    >if it is not being processed.
    >
    ><?php phpinfo(); ?>
    >
    >I read in a newsgroup to try the second. I am wondering if this could
    >some how be part of my problem.[/color]

    Are you sure you haven't got that the wrong way around, as that would
    indicate short_open_tags is off.

    Comment

    Working...