Jack
All I am using is:

<html>
<head><title>PHP Test</title></head>
<body>
<?php echo $HTTP_USER_AGENT;
?>
</body>
</html>

thats all that is in the file, and it was simply called "hello.php", as I
say, works fine in IE and not in netscape...I dont get it...

Regards and thanks for your help
biscut


> -----Original Message-----
> From: Jack Dempsey [mailto:[EMAIL PROTECTED]]
> Sent: 08 May 2001 19:20
> To: biscut; John Vanderbeck; [EMAIL PROTECTED]
> Subject: RE: [PHP] Problem with PHP 4.0.5
>
>
> are you sure your html is properly formatted? if you like, send
> me the small
> script you're using, and i'll run it on a pre 4.0.5 release...
> if something shows up in ie but not ns that's a browser, not php
> problem...
>
> -jack
>
> -----Original Message-----
> From: biscut [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 08, 2001 2:00 PM
> To: John Vanderbeck; [EMAIL PROTECTED]
> Subject: RE: [PHP] Problem with PHP 4.0.5
>
>
> I have exactly the same problem, if you try viewing the page with IE then
> you will probably find that it works fine...if you get any answers then
> could you let me know what you did ?? I found that even with using <? PHP
> then you still get the same problem...
>
> Regards
> biscut
>
>
> > -----Original Message-----
> > From: John Vanderbeck [mailto:[EMAIL PROTECTED]]
> > Sent: 08 May 2001 01:33
> > To: [EMAIL PROTECTED]
> > Subject: RE: [PHP] Problem with PHP 4.0.5
> >
> >
> > Try,
> >
> > <?PHP
> > echo "This is a test<br>\n";
> > ?>
> >
> > Some systems are configured to not allow the shorthand "<?" and instead
> > REQUIRE the full code start "<?PHP"
> >
> >
> > - John Vanderbeck
> > - Admin, GameDesign (http://gamedesign.incagold.com/)
> > - GameDesign, the industry source for game design and development issues
> >
> >
> > > -----Original Message-----
> > > From: Alvaro Collado [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, May 07, 2001 8:36 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: [PHP] Problem with PHP 4.0.5
> > >
> > >
> > > I have installed PHP4.0.5 in a Red Hat Linux 6.0 with Apache.
> > > When I run the test no problem, all is OK, but when I run a html
> > > index file in Netscape ( LocalHost )
> > > whith a single code like this
> > >
> > > <? echo("Anythig"); ?>
> > >
> > > nothing was display, nothing.
> > >
> > > When I change the code for an know error for example <xxxx >
> > > Netscape prints the full text of the tag
> > > "<xxxx >" .
> > >
> > > Please help me.
> > >
> > > Thanks
> > >
> > >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to