What databases does php support (which database interfaces does it have)(recommended learning:PHP video tutorial)
Adabas D ,InterBase ,PostgreSQL ,dBase ,FrontBase ,SQLite ,Empress ,mSQL ,Solid ,FilePro(只读),Direct MS-SQL ,Sybase ,Hyperwave ,MySQL ,Velocis ,IBM DB2 ,ODBC ,Unix dbm ,informix ,Oracle(OCI7 和 OCI8),Ingres ,Ovrimos
and above Databases are supported. In short, most mainstream databases are supported.
php native operation method of mysql database
"; echo "{$userstate[$user['state']]} "; echo "{$user['username']} "; echo "".date("Y-m-d",$user['addtime'])." "; echo "修改 删除 "; echo ""; } mysql_free_result($res); mysql_close($link); ?>
The above is the detailed content of What is the php database interface?. For more information, please follow other related articles on the PHP Chinese website!