From: Gökhan Özbulak (gokhanozbulak@gmail.com)
Date: Tue 24 Jul 2007 - 13:57:44 EEST
24.07.2007 tarihinde musTafa ARIK <mustafaarik@gmail.com> yazmış:
>
> Herkese merhaba, gruba yeni katıldım. Bir süredir php ile ilgileniyorum.
>
> PHP.Net sitesinde mysql ile ilgili bazı fonksiyonların ayrıntılarını
> öğrenmek için arama yaptığımda karşıma mysqli_ ile başlayan fonksiyonlar
> çıkıyor.
>
> Bunların arasında ki fark nedir? Hangisini hangi durumlarda kullanmak
> gerekir?
What is the difference between the mysql and mysqli extensions for PHP?
The mysql extension does not support the full functionality of MySQL
versions greater than 4.1.0, such as Stored Procedures, Triggers, Views,
Precision Math and much more. In order to use all functions of the latest
MySQL Server Releases you have to use the mysqli extension that is available
as of PHP 5.0.
The main features of the mysqli extension are:
- access to all MySQL 4.1/5.0 features
- a procedural interface that is similar to the mysql extensions
- an object-oriented interface that is easier to extend than the
procedural interface
Kaynak:http://dev.mysql.com/downloads/connector/php/
> Teşekkürler.
>
> _______________________________________________
> Linux-programlama mailing list
> Linux-programlama@liste.linux.org.tr
> http://liste.linux.org.tr/mailman/listinfo/linux-programlama
>
>
_______________________________________________
Linux-programlama mailing list
Linux-programlama@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-programlama