Output variable with HTML formatting intact...
Posted: Fri Apr 04, 2008 9:51 am
How do I output a variable value with HTML formatting intact? I have tried the following without success:
Code: Select all
print "$myvariable";Code: Select all
printf($myvariable);