advanced code snippet search
mikael12 on 11/03/10
get-content
11/03/10 08:24am
1 person have marked this snippet as a favorite
roli000
ob_start();require 'file.php';$content = ob_get_contents();ob_end_clean(); echo $content;
Report this snippet Tweet
Comment:
You need to login to post a comment.