mirror of
https://github.com/php/web-php.git
synced 2026-03-24 15:22:19 +01:00
30 lines
384 B
PHP
30 lines
384 B
PHP
<?php require "header.inc"?>
|
|
<H1>Databases</H1>
|
|
|
|
<TABLE><TR><TD>
|
|
<H4>SQL</H4>
|
|
<UL>
|
|
<LI>Adabas D
|
|
<LI>Informix
|
|
<LI>Interbase
|
|
<LI>mSQL
|
|
<LI>MySQL
|
|
<LI>ODBC (Access, MS SQL, others)
|
|
<LI>Oracle
|
|
<LI>PostgreSQL
|
|
<LI>Solid
|
|
<LI>Sybase
|
|
<LI>Velocis
|
|
</UL>
|
|
</TD><TD>
|
|
<H4>Others</H4>
|
|
<UL>
|
|
<LI>dBase
|
|
<LI>filePro
|
|
<LI>dbm (ndbm, gdbm, Berkeley db)
|
|
</UL>
|
|
</TD></TR></TABLE>
|
|
|
|
|
|
<?php require "footer.inc"?>
|