מדריך PHP קודם הבא דוגמה 1. ibase_connect() example ?php $dbh = ibase_connect( $host, $username, $password); $stmt = 'SELECT * FROM tblname'; $sth = ibase_query($dbh, $stmt); while ($row = ibase_fetch_object($sth)) {echo $row - email, "\n";} ibase_free_result($sth); ibase_close($dbh);? It is functional only with InterBase 6 and versions higher than that. It is functional only with InterBase 5 and versions higher than that. קודם ראשי הבא למעלה