Travis Coats wrote:
> All the HTML pages display in the browser fine in my
browser:
>
http://localhost/~username/Sitefolder/,
so why is that the php files render
> whitescreens?
It means that you have an error in your PHP pages, and that
your host
has disabled the display of error messages (good for
security). Put the
following code at the very top of one of your PHP pages:
<?php ini_set('display_errors', '1'); ?>
Reload the page, and see what error message is generated. I
suspect that
you have an include file that cannot be found (probably the
wrong path
in the include command).
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/