SQL Server/PHP

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
Klaws_wolverine
Forum Commoner
Posts: 32
Joined: Mon Sep 29, 2003 10:11 am

SQL Server/PHP

Post by Klaws_wolverine »

Hello All,

How do I send form data to an SQL Server? Does PHP Support ADO, who would I go about doing this?

Thanks
MK
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Yes, by using [php_man]COM[/php_man]-functions I belive...


Edit:
Found this: http://php.weblogs.com/com_php
Klaws_wolverine
Forum Commoner
Posts: 32
Joined: Mon Sep 29, 2003 10:11 am

hey there

Post by Klaws_wolverine »

Well my PHP is on my Apache/Linux box, and SQL Server is on a remote Windows machine... So that wouldn't work.

Would anyone know how to do this?
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Ah. As you mentioned ADO I thought you meant that you preferred dealing with ADODB connection types alone. Did you try the manual?

[php_man]MsSQL[/php_man] and/or [php_man]MySQL[/php_man].
Post Reply