I am new to php. I wanted to add the following to the bottem of a page: The <TAC> File server. Im hosting files for my clan members to download. But when i make it, it doesnt place the <TAC> because its reading it as html. How do i escape this?
This is what I have:
Code: Select all
$bottemline = "The <TAC> File Server © 2004";
How would i change it to say that without it thinking <TAC> as html.
Thanks ahead of time.