01-02-2008, 11:35 AM
|
#10 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
|
Quote:
Originally Posted by webtuto
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
|
Are you calling ob_start() with a parameter now? Because you shouldn't unless you use an output handler. And you're error is very odd as ob_end_flush() doesn't take any parameters.
|
|
|