Hi ya camcap,

This is what I did to finally get it to work

1. I had to change the .htaccess file in my servers root directory, add the following:

AddType application/x-httpd-php .htm .html

Then I added a rectangle to the page I was working on in Xara 365.
Then I clicked utilities/webproperties while the rectangle was selected
Then I went to placeholder/replace with html BODY
I added the code
<?php
echo “hello world”;
?>

And it worked, I hope this helps you

Cheers