Можно ли в системе юкоз использовать подобные PHP-скрипты? Часть кода предоставлена ниже
<html> <head> <div style="text-align:center;"><title>generator</title> <meta http-equiv="Content-Type" content="text/html"; charset="utf-8"> </head> <body> <meta http-equiv="Content-Type" content="text/html"; charset="utf-8"><br> <?php $a1=$_POST['radiobut']; if ($a1=="yes") { echo('<meta http-equiv="Pragma" content="no-cache"><br>'); } ?> <meta name="site" content="<?php echo($_POST['name']); ?>"><br> <meta name="author" content="<?php echo($_POST['author']); ?>"><br> <meta name="copyright" content="<?php echo($_POST['copyright']); ?>"><br> <meta name="generator" content="<?php echo($_POST['generator']); ?>"><br> <meta name="reply-to" content="<?php echo($_POST['reply-to']); ?>"><br> </body></div> </html>