Back to General discussions forum
This is link to my page: https://ezhidze.su/wp-content/uploads/2022/11/DynamicWebPage.php
This is code of that file:
<html>
<head></head>
<header>
<p><?php echo "Random value is " . rand(10, 1000) * 1290; ?> </p>
</header>
</html>
Every time i get this message "Your output does not start with "Random value is "..."
Please, help me
Perhaps the checker would stop complaining if you dropped all the fancy html tags and just used <?php echo
?
Thank you very much, that really helps me