Hi there,
I am trying to do something in PHP by adding a background colour and border (like a coloured box), in PHP.
At the moment, my website is powered by PHP and AJAX.
When the website is in PHP mode only the word “Cool” is displayed.
When the website is in AJAX mode the word “Cool” and a blue coloured box is displayed around the word.
How would I get the coloured box to display in PHP?
Here is my PHP code:
[php]
<?php langtrans($heatcolourword); ?>[/php]
Thanks,
William