ID:275971
 
How would I go about making a connection to ODBC database on my web server using PHP? The database is already made.
  1. db_user = 'user'
  2. db_pass = 'user'
  3. db_host = 'localhost'
  4. db_name = 'userlist'


Thanks,

-Ryan
Not sure, digi would know. And shouldn't this belong in Computers & Technology, not Design Philosophy? You know, seeing as it's unrelated to DM programming or Game Design.

~X
In response to Xooxer
Google is your friend!

http://de3.php.net/manual/en/function.odbc-connect.php

look particularly at the user-contributed notes at the bottom (they are in reverse chrono-order: first post is at the bottom) and you should see some examples people wrote up to connect to such databases.
In response to digitalmouse
Alright, I'll look into what you said. Since Xooxie said you'd know it.. I'll email you if I have anymore problems understanding it, like I have.

-Ryan