What is the php database interface?

(*-*)浩
Release: 2023-02-25 14:10:02
Original
3705 people have browsed it

What is the php database interface?

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
Copy after login

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); ?>
Copy after login

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!

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!