Posted by <talthen.z-serwera.o2 on 11/27/66 11:25
"Kimmo Laine" <eternal.erectionN0.5P@Mgmail.com> > ob_start(); > include('file'); > $x = ob_get_clean(); > echo $x; Well.. it doesn't work. I changed it to: <? $hej=5; ob_start(); include('file'); $x = ob_get_clean(); ob_end_clean(); echo $x; ?> But still it shows me non parsed "file". Regards, Talthen
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming