Hi Folks,
This is frying my brain.
<?php $Message="This is the message I hope will appear when I hover"; ?>hover me
The above two lines of code doesn’t not give me the text I want when I hover over the ‘hover me’ text.
It gives me: <?php echo $Message; ?> instead.
Any ideas?
Many thanks in advance