RE: still getting a blank screen after reading faq

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Hi William.

Try copying this to a file called show-php-info.php:

<head>
<title>php-info</title>
</head>

<?php phpinfo(); ?>

Then load that in your browser.

You should see ALOT of PHP information that will help you.

If not, something is not working right.

You could try XAMPP for windows. That might help you get started. Check out php-debuggers.net below for the link to XAMPP.

HTH

Keith Roberts

-----------------------------------------------------------------
Websites:
http://www.php-debuggers.net
http://www.karsites.net
http://www.raised-from-the-dead.org.uk

The mind of the prudent is ever getting knowledge, and the
eear of the wise is ever seeking, inquiring for and craving
knowledge. Pr. 18:15 Amp

Where will you spend Eternity?
http://www.fellowshiptractleague.org/tracts/images/PDF/tract_130.pdf

All email addresses are challenge-response protected with
TMDA [http://tmda.net]
-----------------------------------------------------------------

On Wed, 8 Oct 2008, William Johnston wrote:

To: 'Tommy Peterson' <tpeterson@xxxxxxxxxxxxxxxxxx>
From: William Johnston <williamj@xxxxxxxxxxxx>
Subject: RE:  still getting a blank screen after reading faq

Tommy:

The source for the tutorial is as follows:

<html>

<head>

 <title>PHP Test</title>

</head>

<body>

<?php echo '<p>Hello World</p>'; ?>

</body>

</html>



Again, I still get a blank screen.

Any suggestions?

Regards,

William Johnston



From: Tommy Peterson [mailto:tpeterson@xxxxxxxxxxxxxxxxxx]
Sent: Wednesday, October 08, 2008 9:27 AM
To: William Johnston
Cc: php-install@xxxxxxxxxxxxx
Subject: Re:  still getting a blank screen after reading faq




A blank screen usually means you are 1) not putting anything back to the
screen (Im not familiar with the tutorial you are referring to) or 2) you
have an error but do not have error reporting turned on.
____________________________



[Index of Archives]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [Postgresql]     [PHP Books]     [PHP Databases]     [PHP SOAP]
  Powered by Linux