I'm running a page which in it i have a code which will echo via the eval funation all the stuff in my database. Inside this eval'd code i have a sql qury and i want it to print stuff in a text box. In this txt box i want it to require a page.
I only want this when some enters [R] so i thought str_repalce, but i'm having trouble getting it to display... can anyone help??
$body = str_replace ('[R]', 'eval(require("forumincludes.php"));', $body);