the following files

info.php3
info.php

(both files contain <? phpinfo(); > )      display php3 and php4 
information respectively


the file

admin.html

which only contains the line <? print("this is a test\n"); ?>

shows NO errors on screen. but no text either
doing a VIEW SOURCE shows the  <? print("this is a test\n"); ?>    string 
itself rather then parsed and sent as php



At 12:05 AM 5/28/2002, you wrote:
>Hi,
>
>What do mean "Files with .php3 and .php work perfectly". I don't understand
>how they can work perfectly while embeded doesn't.
>Could you tell more about the error-messages?
>
>Mike Lee
>
>----- Original Message -----
>From: "Ryugen Fisher" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Cc: "Julie Meloni" <[EMAIL PROTECTED]>
>Sent: Monday, May 27, 2002 10:13 AM
>Subject: Re: Re[2]: [PHP-INST] PHP with apache 1.3
>
>
> > At 09:35 AM 5/27/2002, Peter Goggin wrote:
> > >I have checked file extensions at dos level and they are correct, e.g.
> > >x.htm. y.php etc
> > >
> > >I have used sample php files sent to me and they still do not work,
> > >displaying only the parts of the file that are not tagged at php code.
>The
> > >php code appears not to be parsed by the php parser, but is skipped over
>y
> > >the web browser.
> > >
> > >Regards
> > >
> > >Peter Goggin
> >
> > I am having a similar problem... specifically...
> >
> > Files with .php3 and .php work perfectly
> >
> > however .. EMBEDDED php .. that is php embedded into standard .html
> > (i.e.   <?php print("this is a test\n"); ?>  )
> >
> >   does NOT work
> >
> > anyone have any clues or suggestions?
> >
> >
> > >o unsubscribe, visit: http://www.php.net/unsub.php
> >
> > Ryugen C. Fisher
> > Palaver Consulting Group
> > http://www.palaver.org
> > *Serving our clients since 1984*
> >
> >
> > --
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> >

Ryugen C. Fisher
Palaver Consulting Group
http://www.palaver.org
*Serving our clients since 1984*


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to