Re: [NEWBEE] PHP5 RC1 install problem
From: Gene Kahn (jenjhiz_at_yahoo.com)
Date: 03/28/04
- Next message: Geoff Berrow: "Re: CountScubula me@scantek.hotmail.com BYEBYE"
- Previous message: Bob Kaku: "Editing and Updating Text"
- In reply to: kingofkolt: "Re: [NEWBEE] PHP5 RC1 install problem"
- Next in thread: Andy Hassall: "Re: [NEWBEE] PHP5 RC1 install problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Mar 2004 16:41:19 -0800
Sorry. My message was not too clear. It only prints;
Today's date:
It should print:
Today's date: "DATE"
where DATE is today's date in the format specified. So it looks like
the PHP script was not run at all.
gk
"kingofkolt" <jessep@comcast.net> wrote in message news:<3Ji9c.17908$w54.130994@attbi_s01>...
> isn't that the only thing thats supposed to print on the page? or am i
> missing something...
>
> "Gene Kahn" <jenjhiz@yahoo.com> wrote in message
> news:4d3f9c15.0403270912.2540f7d6@posting.google.com...
> > Windows XP, Apache 2, PHP5 RC1
> > Hello,
> > A total newbie here. I can't seem to get Apache2 to load the php5
> > module. When I loaded up this html file in a browser, only the Today's
> > date: line prints on the page.
> >
> > <html>
> > <head>
> > <title>Listing 1-7</title>
> > </head>
> > <body>
> > Today's date:
> > <?php
> > /*
> > ** print today's date
> > */
> > print(Date("l F d, Y"));
> > ?>
> > </body>
> > </html>
> >
> > It looks like the PHP preprocessor is not loading. I have added these
> > lines to Apache's httpd.conf, then re-started Apache.
> >
> > LoadModule php5_module c:/php/php5apache2.dll
> > AddType application/x-httpd-php .php
> >
> > How do I get this corrected? Any help will be appreciated!
> >
> > gk
- Next message: Geoff Berrow: "Re: CountScubula me@scantek.hotmail.com BYEBYE"
- Previous message: Bob Kaku: "Editing and Updating Text"
- In reply to: kingofkolt: "Re: [NEWBEE] PHP5 RC1 install problem"
- Next in thread: Andy Hassall: "Re: [NEWBEE] PHP5 RC1 install problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|