01-02-2008, 11:19 AM
|
#6 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
|
You forgot the ending ; after ob_start() and ob_end_flush() function calls =)
ob_start();
ob_end_flush();
Sorry that I wasn't very clear with that, Just thought you added them yourself =P
|
|
|