Page 1 of 1
SQL Server/PHP
Posted: Tue Jan 06, 2004 8:20 am
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
Posted: Tue Jan 06, 2004 9:24 am
by JAM
Yes, by using [php_man]COM[/php_man]-functions I belive...
Edit:
Found this:
http://php.weblogs.com/com_php
hey there
Posted: Tue Jan 06, 2004 9:48 am
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?
Posted: Tue Jan 06, 2004 11:24 am
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].