Gruzin Posted January 11, 2007 Share Posted January 11, 2007 Hi guys,I have a question:1. Can I use XML WEb Server to connect to mysql db on other server? If yes how (any tutorials, references)2. Is there any method to connect to db using php except standard one? (mysql_connect("localhost","user","pass"))Thanks for your time,George Link to comment https://forums.phpfreaks.com/topic/33727-mysql-connection-methods/ Share on other sites More sharing options...
Gruzin Posted January 11, 2007 Author Share Posted January 11, 2007 * Bump * Link to comment https://forums.phpfreaks.com/topic/33727-mysql-connection-methods/#findComment-158148 Share on other sites More sharing options...
trq Posted January 11, 2007 Share Posted January 11, 2007 1. What is XML Web server? XML is a markup language.2. Yes. [url=http://php.net/odbc]odbc[/url] but why? Link to comment https://forums.phpfreaks.com/topic/33727-mysql-connection-methods/#findComment-158149 Share on other sites More sharing options...
Gruzin Posted January 11, 2007 Author Share Posted January 11, 2007 Thanks thorpe,Under XML webserver I meant this:[url=http://xml.apache.org/]http://xml.apache.org/[/url]The thing is thet I can not connect to my mysql db from another server, I've tryed IP,PORT,SOCKET, but without any luck...Regards,George Link to comment https://forums.phpfreaks.com/topic/33727-mysql-connection-methods/#findComment-158151 Share on other sites More sharing options...
trq Posted January 11, 2007 Share Posted January 11, 2007 That page you pointed to has nothing to do with webservers, the apache group run alot of different projects.If your asking can you use php with apache? Then the answer is of course yes. Can apache connect to a database server? No, apache is a webserver.If your having troubles connecting to a database server, post your problem. Don't try and guess a solution if you have no idea. Link to comment https://forums.phpfreaks.com/topic/33727-mysql-connection-methods/#findComment-158178 Share on other sites More sharing options...
Gruzin Posted January 11, 2007 Author Share Posted January 11, 2007 OK, My problem is that the firewall is blocking my connection to another server... Thanks :) Link to comment https://forums.phpfreaks.com/topic/33727-mysql-connection-methods/#findComment-158390 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.