RE: Re: php guru!!!!!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



i already did...

i got the same error... which is why i was/am looking for a guru!!!!

-bruce



-----Original Message-----
From: James Benson [mailto:jb@xxxxxxxxxxxxxxxxx]
Sent: Saturday, September 17, 2005 4:34 PM
To: php-general@xxxxxxxxxxxxx
Subject:  Re: php guru!!!!!


http://php.net/ob_start

try something like...

<?php
// top of page
ob_start();


/* whole script goes here */


// bottom of page
ob_end_flush();

?>




bruce wrote:
> hi...
>
> i'm playing with a script/class from phpclasses.org. the script/class is
> user_class. the script is straight enough, but i'm trying to figure out
how
> i can include/incorporate the script into a test site i'm creating...
>
> the user_access script more or less uses the entire page. for my app, i'd
> like to basically use the user_access app/class and have the different
pages
> be displayed in specific areas of my pages...
>
> given that the user_class script uses 'header', i'm not sure how to
> accomplish this without generating the 'headers already sent...' err
msg...
>
> if there's someone that i can talk to regarding this, i'd appreciate it..
>
> thanks
>
> -bruce
> bedouglas@xxxxxxxxxxxxx

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux