View Single Post
Old 06-26-2012, 12:44 PM   #2 (permalink)
tony
The Addict
 
tony's Avatar
 
Join Date: Aug 2008
Posts: 336
Thanks: 8
tony is on a distinguished road
Default

In this line:
PHP Code:
$add_member $db_object->query($result); 
There is a $db_object variable, but I don't see it defined or implemented any where.
Unless it is in any of these files
PHP Code:
require 'dbConnect.php';
//...
include("./headerHQ.php");
//...
include("./headerNegeri.php");
//..
include("./headerDaerah.php"); 
P.S. Please put code in php tags or highlight tags so that the code is easier to read.
tony is offline  
Reply With Quote