01-02-2008, 11:23 AM
|
#8 (permalink)
|
|
The Addict
Join Date: Dec 2007
Location: morocco
Posts: 221
Thanks: 19
|
Quote:
Originally Posted by xenon
You don't have a column after ob_start, and neither do you after ob_end_flush. Correct that and it should work fine.
|
when i add a column like that =>
ob_start(members) ;
it gaves this error
PHP Code:
Warning: Wrong parameter count for ob_end_flush() in C:\wamp\www\news\log2.php on line 22
|
|
|