Oops sorry, hit send too quick.
Try adding this to the top of your php page:
<?php
error_reporting(E_ALL);
?>
If that does not work try this:
<?php
ini_set('error_reporting', E_ALL);
?>
--
Ken Ford
Adobe Community Expert - Dreamweaver/ColdFusion
Fordwebs, LLC
http://www.fordwebs.com
"Ken Ford" <newsgroups1@fordwebs.com> wrote in message
news:g28nrs$6dj$1@forums.macromedia.com...
> If it is PHP your web host probably has error display
turned off and you can't see the error.
>
> --
> Ken Ford
> Adobe Community Expert - Dreamweaver/ColdFusion
> Fordwebs, LLC
>
http://www.fordwebs.com
>
>
> "yosemitelover" <webforumsuser@macromedia.com>
wrote in message news:g28nbf$5t4$1@forums.macromedia.com...
>> There is no error message, just a blank screen. I'm
beating my head against the
>> wall! The webhosting people think it's my code . . .
but if it works on my
>> testing server how can that be? What about the
connection I created in DW? It's
>> pointing to "localhost" - if my remote server has me
place files in their
>> /html/ folder, should my connection be
localhost/html?
>>