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?
If you had: $code = "<html> <head> <title>Title</title> </head> <body> <?=date()?> </body> </html>"; eval($code); Would that print out correctly?
$code = "<html> <head> <title>Title</title> </head> <body> <?=date()?> </body> </html>";
eval($code);
Would that print out correctly?