|
Posted by Lurius on 03/16/07 13:40
allan laid this down on his screen :
> Lurius.
>
> I have restarted the apache server, the test file does have an extention of
> php and I removed the backslashes and replaced with single foward slashes and
> still I get back nothing.
>
> Any other suggestions.
>
> Cheers
> Allan
Put these in the very beginning of the file:
<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);
?>
If it shows something, I'm not sure..
--
- Lurius
Navigation:
[Reply to this message]
|