Code: Select all
<?php
echo "hello";
?>
<font face="Arial" size="2">goodbye</font>Code: Select all
hello
goodbyeCode: Select all
hello
goodbyeonly used this as an example, the actual php im trying to work with only prints out if a IF condition is true but that works fine, no idea how to remove that extra space tho, any suggestions would be great thanks