|
Posted by Marcin Dobrucki on 11/23/05 14:53
Nathan Franklin wrote:
> My php file that I have written doesnt seem to be working..just displays a
> blank page.
>
> If i write out a test file (test.php) and put it in the same directory and
> type this in it <? phpinfo(); ?>, the test file works....
>
> Does anyone know what could be wrong... the file is about 1100 lines of
> code...
>
> I am running Apache 2.0.50 with php 5.0.5 on windows platform..
>
> to my knowledge have have closed all my brackets correctly... (hope so)
Enable error reporting. If you have a proper editor, it will match
parenthesis (and brackets) for you, and colorcode your mistakes.
There can be a lot of reasons. Is your script suppoed to output
anything?
/m
Navigation:
[Reply to this message]
|