need to learn how to connect php to SQL

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
silent1
Forum Newbie
Posts: 1
Joined: Mon Oct 13, 2003 1:44 pm

need to learn how to connect php to SQL

Post by silent1 »

hi all. I am working on a project at work that requires me to learn php. I need to use it to connect to a SQL database.

I've found tutorials on how to connect with a mySQL database, but that won't work as we are using enterprise SQL.

can someone please explain to me how to do this, or possibly give me some links to follow?

Thanks.
murph
Forum Commoner
Posts: 29
Joined: Fri Oct 03, 2003 1:28 pm
Location: washington

Post by murph »

php.net and search for sql. There are built in functions for connection to mysql and sql
Post Reply