Re: How to print normally html code ?



On May 12, 4:18 pm, Raymond.Sch...@xxxxxxxxxxx (Raymond SCHMIT) wrote:

Is it possible to have this kind of coding ?:

if ($myhost=="www.fur4x-hebergement.net")
{
print until _THELABEL
free hosted at <a href="http://www.fur4x-hebergement.net/";
TARGET="_blank">Fur4x</a>";
._THELABEL
}

Yes. Read up on heredoc syntax:

http://us2.php.net/string#language.types.string.syntax.heredoc

Cheers,
NC
.