PHP not work in my page

Hi
I am new on infinityfree.net , I am trying to make my page using php and mysql, I put simple code in index2.html using php to echo some text , but when I open the page in the browser I only see the html text and didn’t see the text from php which was typed in echo statement

this is my url : omari.epizy.com
and this is my code in index2.html

hi iam omari <?php echo 'Helloe this is php Teste'; ?>

please could you help me

Did you put the code in index2.html? A file with the .html extension will not be executed as a PHP script. If you put your code in a file called index.php it should work.

@Admin said:
Did you put the code in index2.html? A file with the .html extension will not be executed as a PHP script. If you put your code in a file called index.php it should work.

thank you very much it works now