jrthor2
11-24-2003, 10:02 AM
I have this in my php file:
eval( "?> $tmp_result" );
I need to execute this command, but not show the resulting code. How would I do this? I tried using ob_start() and ob_end_clean(), but it doesn't seem to work right.
eval( "?> $tmp_result" );
I need to execute this command, but not show the resulting code. How would I do this? I tried using ob_start() and ob_end_clean(), but it doesn't seem to work right.