Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2000 18:19:48 -0400
From:      David Banning <David@www3.pacific-pages.com>
To:        David Daugherty <doc@wcug.wwu.edu>
Cc:        David@SkytrackerCanada.com, questions@freebsd.org
Subject:   Re: newbie of php problem - code shows no output
Message-ID:  <396F9204.C50DF66D@www3.pacific-pages.com>
References:  <Pine.LNX.3.96.1000714150746.9496A-100000@sloth>

next in thread | previous in thread | raw e-mail | index | archive | help
Actually my file is /usr/David/php/test.php so it does have a .php
extension.

I tried your script, with do difference - it does seem to read the
script,
as for a moment in netscape - at the bottom it says "reading file...",
then "DONE."


David Daugherty wrote:
> 
> Try naming the file with a .php extension. Also try this instead, it tells
> you a whole lot more:
> <html>
> <head><title>Example</title>
> <body>
> <?php phpinfo() ?>
> 
> </body>
> </html>
> 
> David
> Software Engineer - NetManage
> Work email: david.daugherty@netmanage.com
> Home email: doc@wcug.wwu.edu
> ICQ 21106703
> Washington State Resident
> 
> On Fri, 14 Jul 2000, David Banning wrote:
> 
> >
> >
> > Hi - I am starting out 1st time with PHP4 - just installed.
> >
> > My first script called test.php4 gives a blank screen in Netscape;
> >
> > <html>
> >
> > <body>
> >
> > <?php
> >
> > $myvar = "Hello World";
> > echo $myvar;
> >
> > ?>
> >
> > </body>
> >
> > </html>
> >
> >
> > I know the code is there, as when I save the netscape screen to a file,
> > the code is there.  Any idea what could cause this?
> >
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
> >

-- 
"Honesty is the best policy, but insanity is a better defense"


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?396F9204.C50DF66D>