Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Storing PHP into a MySQL database


rob7591 - 7:27 pm on Jan 8, 2009 (gmt 0)


If you had:

$code = "<html>
<head>
<title>Title</title>
</head>
<body>
<?=date()?>
</body>
</html>";

eval($code);

Would that print out correctly?


Thread source:: http://www.webmasterworld.com/php/3821519.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com