Hi there,
I have a html page in a string ($MyPage) I want to display this page in the browser...
script 1 :
$body="my html page";
call script 2 with $body in param
script 2:
<? echo $body ?>
it do only display the string but not work the html codes.
Any Idea ?
Regards