View Single Post
Old 01-15-2005, 06:10 PM   #1 (permalink)
sswong98
Registered User
 
Join Date: Jan 2005
Posts: 4
sswong98 is on a distinguished road
Fatal error: Call to a member function on a non-object

Hello,

I am new to PHP, and am encountering this error at the last line:

include_once('db_inter.php');
include_once('header.php');
$handle = db_connect();

$pages_sql = 'select * from pages order by code';
$pages_result = $handle -> query($pages_sql);

The function db_connect() is located in db_inter.php. The PHP version is 4.3.8. I think the code written for PHP5, and may not be compatible. Could someone confirm?
sswong98 is offline   Reply With Quote