\[code\]<html> <head> <title>Roll Em!</title> </head> <body> <h1>Roll Em!</h1> <?php $roll = rand(1,6); print "You rolled a $roll"; print "<br>"; ?> </body></html>\[/code\]It is quite simple programm, but for some reason doent work!And it gives output like this \[code\] Roll Em!"; ?>\[/code\]