|
index_01-slide
|
index_02-slides
|
Untitled Document
|
include("db/connection.php");
$SQL_QUERY_RECORDS="select * from tblDetails where id=13";
$rsRECO=mysql_query($SQL_QUERY_RECORDS,$con);
$Recordsf=mysql_fetch_array($rsRECO);
print $Recordsf[2];
// echo str_replace("?;#","",$Recordsf[2]);
?> |
|
|
|
index_04-slices
|
|
|