View Single Post
Old 01-02-2008, 11:35 AM   #10 (permalink)
Kalle
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default

Quote:
Originally Posted by webtuto View Post
when i add a column like that =>
ob_start(members) ;

it gaves this error

PHP Code:
WarningWrong 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.
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote