Thanks Geoff,
i tried with both the methods, it is doing same. i observed the data returned is truncated one. see the below sample code.
But already data is there in MS SQL Databse which contains data along with HTML tags.e.g;
<p ALIGN="JUSTIFY"><b>Highlights</b> </p><ul> <li>High Availability – 24x7 </li> <li>Call Logging based on Standard Browsers </li> <li>Problem Categorisation </li> <li>Problem Prioritisation and Escalation </li> <li>Management of Problems based on Ques</li> <li>Call Logging based on some Data </li><li>Call Logging based on some Data2 </li><li>Call Logging based on some Data3 </li></ul>
after query with mssql_query("Query");
mssql_result($result,$i,"col name");
and try to dispaly, it is dispalyed as below,
Highlights
High Availability - 24x7
Call Logging based on Standard Browsers
Problem Categorisation
Problem Prioritisation and E ..
remainig data is truncated.
pls help
Best Regards
Surendra