3x Computer's fully equipped with Auto Quote
Auto Quote Imaging System
Arnie p-Net orm
5 Incoming telephone lines
Facsimile Machine
Internet Access
1 Mobile Phones
3 Dedicated office staff
|
|
$a= mysql_query("select * from " . $prev . "contents where `cont_title`='office area' and status='Y'");
$b= mysql_fetch_array($a);
?>
echo html_entity_decode(strip_tags($b['contents']));?>
$e= mysql_query("select * from " . $prev . "contents where `cont_title`='Undercover area' and status='Y'");
$f= mysql_fetch_array($e);
?>
echo html_entity_decode(strip_tags($f['contents']));?>
|