|
Posted by ZeldorBlat on 06/09/07 02:28
On Jun 8, 10:24 pm, shotokan99 <soft_devj...@yahoo.com> wrote:
> i have this page:
>
> <?php
> require_once "HTTP/Request.php";
> echo 'it works';
> ?>
>
> now if pear is successfully installed the text "it works" should
> display, right? what im getting now is blank white page..which i
> presume it's not working, and there's an error. however i am sure that
> there's nothing wrong with my syntax. am i correct with my assumptions?
Enable display_errors and error_reporting in php.ini. Then see what
it says when you load the page. Also, does the file HTTP/Request.php
exist? Can it be found? Where is PHP looking for it? The error
message should tell you such things.
Navigation:
[Reply to this message]
|