Tamam, ben test etmek için bu kod bit derleme yaparken:
<?php
require('index.inc');
$page = new buildpage();
$page->buildHeader();
$dbase = $mysqli_connect('localhost', 'root', 'password');
<?php
$page->buildFooter();
?>
Ben alıyorum:
PHP Notice: Undefined variable: mysqli_connect in
/home/tim/Documents/Web/index2.php on line 9 PHP Stack trace: PHP 1. {main}() /home/tim/Documents/Web/index2.php:0 PHP Fatal error: Function name must be a string in /home/tim/Documents/Web/index2.php on line 9 PHP Stack trace: PHP 1. {main}() /home/tim/Documents/Webindex2.php:0
Benim mysql.so dosyası bulunan ve benim php.ini buna göre ayarlamak, ancak benim koduyla yanlış bir şey olmadığı sürece nedense mysql uzantısı ... çalışıyor görünmüyor.