By: Brij kishor
Date: 2009-05-19
Time: 09:00
|
html characters change in special characters when i echo in template
i have make dynamic link
<link rel="stylesheet" href="css/style.css" type="text/css" /> in PHP file.
and takes it in a variable . when I echo it [var.variableName] Result come
<link rel="stylesheet" href="css/style.css" type="text/css" />
please tell me how to resolve that my expected result is
<link rel="stylesheet" href="css/style.css" type="text/css" /> in my html file
|
By: Skrol29
Date: 2009-05-19
Time: 10:33
|
Re: html characters change in special characters when i echo in template
Hi,
[var.variableName;htmlconv=no]
|
|
Posting in progress.
Please wait...
|