On Apr 5, 2015, at 9:36 PM, Jeffry Killen wrote:
Hi again: I have successfully implemented a class that uses the code examples and suggestions from the good folks on this list.
(etc....)
////// etc////// looking at the manual ob_clean() won't work unless ob_start() is called. This should be ob_flush()
ob_clean(); flush(); readFile($_file); $_out['success'] = true; return $_out; } }
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php