$isnews = mysql_query("select * from tbl_news where Type='con'")or die("Error Data Loading");
if (mysql_num_rows($isnews)>0){
while($rs=mysql_fetch_array($isnews)){
echo str_replace("../upload/", "upload/", $rs["Detail"]);
}}
?>
2015 Ryozo International (PVT) Ltd., All Right Reserved.