Log in

View Full Version : [filled] global_start hook


Bandit8007
07-18-2010, 03:09 PM
ob_start();
include('Radio/icecast.php');
$Radio = ob_get_contents();
ob_end_clean();

this hook aint working anymore in vb4
is there a way to fix?

thnx

fixed! i found an very good example on this forum gracias!