Hi,

I'm using some simple PHP to display a list of courses on my website and all appears OK on the desktop site but not on the mobile version of the page. I've inserted a rectangle shape and inserted the PHP as placeholder. On the mobile version of the page, I've changed the PHP to be super-simple, to ensure it was nothing to do with something in my PHP that was causing the problem, and all that's in the placeholder is:

<?php
echo 'hello world';
?>

The page is http://www.mindfulnessassociation.co...ing/level1.php

Any help in understanding why the PHP doesn't work on the mobile version of the page would be SO much appreciated as this is driving me nuts!

Thanks,
Heather