PeriOptix is committed to the highest standards of product quality and customer satisfaction.
Our Quality System complies with all US and European requirements and fulfills the applicable requirements of Directive 93/42/EEC that allows us to place the European CE Mark of conformity on our products.
|  |
PeriOptix is committed to your complete satisfaction with our products. If at any time during the first 30 days you are not happy with your purchase we will provide a complete refund.
Read More
|  |

$conn = mysql_connect('localhost', 'copymaster', 'adControl',true) or die("Connection could not be established.");
$data = mysql_select_db('perioptix_minister', $conn) or die("Database could not be selected.");
$query = mysql_query("select * from press_releases WHERE aprove =1 ORDER BY dates DESC LIMIT 2");
while ($notice = mysql_fetch_array($query))
{
$day = $notice["fstday"];
$month = $notice["fstMonth"];
$year = $notice["fstyear"];
$Did = $notice['id'];
echo " $notice[title]
$notice[place]
";
}
?>
Read More |  |
require_once('config/config.php');
?>

$query = mysql_query("select ts.dates, ts.show, ts.show_link, ts.location from trade_show as ts where ts.aprove=1 order by ts.Fmonth asc");
?>
View Trade Show Schedule
|