0

I am trying to deal with this error, it show notice undefined variable row in line.. This my code:

<?php
  include('include/db.php');
  include('include/function.php');  
  if(isset($_GET['services'])){            
        $result=$Con->query("SELECT * FROM tbl_about_n_servciesub WHERE sub_id={$_GET['services']}");
        $row=mysqli_fetch_object($result);
  echo $row->description;
  }
?>
DOM
  • 1
  • 3

0 Answers0