/ Published in: PHP
Expand |
Embed | Plain Text
function makeExecutable($text){ return str_replace(array('##php', 'php##'), array('<?php','?>'), $text); } eval( '?> ' . makeExecutable($db_page->page_content) );
You need to login to post a comment.
