Untitled
unknown
php
3 years ago
112 B
2
Indexable
<?php ob_start(); echo '<b>Oi</b>'; $page = ob_get_contents(); ob_end_clean(); echo $page;
Editor is loading...
<?php ob_start(); echo '<b>Oi</b>'; $page = ob_get_contents(); ob_end_clean(); echo $page;