943,101 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 849
  • PHP RSS
Jan 26th, 2010
0

Connect PHP to Mysql and MSSQL at same time

Expand Post »
How can we connect two databases to PHP at same time.
Like .. retrieve data from Mysql and compare it with MSSQL data.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
zodiacfive is offline Offline
10 posts
since Jan 2010
Jan 26th, 2010
1
Re: Connect PHP to Mysql and MSSQL at same time
You can use mysql_connect and mssql_connect. See php.net for more information and examples.
Sponsor
Featured Poster
Reputation Points: 546
Solved Threads: 716
Bite my shiny metal ass!
pritaeas is offline Offline
4,143 posts
since Jul 2006
Jan 26th, 2010
0
Re: Connect PHP to Mysql and MSSQL at same time
Thank yu
thats fine.

will there be any clash between dbs if we use

$mydb=mysql_connect();
$msdb=mssql_connect();

mysql_query();
mssql_query;

No issues?

Is it!!!!


Click to Expand / Collapse  Quote originally posted by pritaeas ...
You can use mysql_connect and mssql_connect. See php.net for more information and examples.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
zodiacfive is offline Offline
10 posts
since Jan 2010
Jan 27th, 2010
0
Re: Connect PHP to Mysql and MSSQL at same time
That will work just fine.
Sponsor
Featured Poster
Reputation Points: 546
Solved Threads: 716
Bite my shiny metal ass!
pritaeas is offline Offline
4,143 posts
since Jul 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: Charset and Languages Issues
Next Thread in PHP Forum Timeline: What PHP function do you use to get a specific number of items from an array in PHP





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC