Ben PHP4'te kod kullanılır ama şimdi ben php5 için açık ve aşağıdaki kod aşağıda istisna atar. Neden ki?
KOD:
$mysqli = new mysqli($CONFIG_DB_HOST,$CONFIG_DB_USERNAME,$CONFIG_DB_PASSWORD,$CONFIG_DB_NAME);
$result = $mysqli->query("select * from temp_table where url = '" . $mysqli->real_escape_string($in_url) . "'");
$row = $result->fetch_assoc();
$out_title = $row['title'];
İstisna:
Fatal error: Call to a member function fetch_assoc() on a non-object in detail.php on line 13