Date: 02/21/01
- Next message: Thomas T. Thai: "Re: [phplib] phplib 4"
- Previous message: Ian Wilson: "Re: [phplib] Auth not working"
- In reply to: Ian Wilson: "Re: [phplib] Auth not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
On Wed, 21 Feb 2001, Ian Wilson wrote:
> Thanks Brian
>
> You were almost right, I had the page_close call there but forgot the () on
> the end. Can't understand why this didn't throw am error msg.
it just throws a warning
messju <email protected> ~/php/try >echo '<?php page_close; ?>' | php -q
<br>
<b>Warning</b>: Use of undefined constant page_close - assumed 'page_close' in
<b>-</b> on line <b>1</b><br>
if you set "error_reporting = E_ALL", but it is quiet if you set
"error_reporting = E_ALL & ~E_NOTICE" which is the default in
php-4.0.4pl1/php.ini-dist
> Wilt.
regards
messju mohr
>
> On Wednesday 21 February 2001 16:38, you wrote:
> > Ian, chances are you are not doing a 'page_close()' at the bottom of the
> > page. This will cause the behavior you are experiencing.
> >
> > bpopp - bpopp.net
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Thomas T. Thai: "Re: [phplib] phplib 4"
- Previous message: Ian Wilson: "Re: [phplib] Auth not working"
- In reply to: Ian Wilson: "Re: [phplib] Auth not working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

