Link to home
Start Free TrialLog in
Avatar of DavidInLove
DavidInLoveFlag for France

asked on

HTML5 WEBSITE ASP PHP How connect database in php asp

Sir,

How can I connect from PHP or ASP to Microsoft Database  sqlserver 2008 R2?
ASKER CERTIFIED SOLUTION
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DavidInLove

ASKER

Yes it is that I wanted Praised the Lord God Bless your billion $

I needed That

<configuration>
 <connectionStrings>
 
   <add name="MyDbConn"
        connectionString="Server=MyServer; Database=pubs; User Id=MyUser; password= P@ssw0rd"
        providerName="System.Data.SqlClient" />
 </connectionStrings>
</configuration>