Help with problem 189

Back to General discussions forum

Artyom Tsatinyan     2022-11-22 00:06:53
User avatar

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

zelevin     2022-11-22 00:50:01

Perhaps the checker would stop complaining if you dropped all the fancy html tags and just used <?php echo?

Artyom Tsatinyan     2022-11-22 23:06:43
User avatar

Thank you very much, that really helps me

Please login and solve 5 problems to be able to post at forum