Re: Connect to a database as it does with ASP?
- From: "NC" <nc@xxxxxxxxx>
- Date: 23 Jun 2006 23:14:26 -0700
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
.
- Follow-Ups:
- Re: Connect to a database as it does with ASP?
- From: a:hover
- Re: Connect to a database as it does with ASP?
- References:
- [PHP] Connect to a database as it does with ASP?
- From: a:hover
- [PHP] Connect to a database as it does with ASP?
- Prev by Date: How to check form -> email
- Next by Date: Re: How to check form -> email
- Previous by thread: [PHP] Connect to a database as it does with ASP?
- Next by thread: Re: Connect to a database as it does with ASP?
- Index(es):
Relevant Pages
|