06-26-2012, 12:44 PM
|
#2 (permalink)
|
|
The Addict
Join Date: Aug 2008
Posts: 336
Thanks: 8
|
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.
|
|
|
|