include_once dirname(__FILE__).'/admin/config/database-class.php'; $db = new SimpleDBClass(); $id = isset($_POST['id'])?$_POST['id']:1; $sersingle = $db->Select("SELECT * FROM services WHERE id=$id "); foreach($sersingle as $rs){ //if($rs['active'] =='Y'){ ?>

Warning: Undefined variable $rs in /home/safeguard/public_html/services_result.php on line 18
Warning: Trying to access array offset on value of type null in /home/safeguard/public_html/services_result.php on line 18
Warning: Undefined variable $rs in /home/safeguard/public_html/services_result.php on line 20
Warning: Trying to access array offset on value of type null in /home/safeguard/public_html/services_result.php on line 20
} ?>