|
Posted by NC on 06/24/06 06:14
a:hover wrote:
>
> is it possibile to connect a database as ASP does?
Yes, provided you have necessary extensions in place.
> are there any other kind of databases beside mdb that
> I can use with php?
PHP can work with almost any major database engine, both commercial
(Oracle, Microsoft SQL Server, etc.) and open-source (MySQL,
PostgreSQL, SQLite). Additionally, you can configure PHP to acess data
via ODBC (this is actually what you would use to work wirh an Access
database).
Cheers,
NC
Navigation:
[Reply to this message]
|