Pandareen Posted January 26, 2012 Share Posted January 26, 2012 Hello!I wanna' know if i cand use MS SQL Server instead of phpMyAdmin for my web projects, and if it's a yes how can i do it? :-s ( even a link will be usefull ) Thank you! Link to comment https://forums.phpfreaks.com/topic/255821-microsoft-sql-server-instead-of-phpmyadmin/ Share on other sites More sharing options...
premiso Posted January 26, 2012 Share Posted January 26, 2012 They are two completely different items. You need to explain a bit clearer and better what you are wanting to do. Link to comment https://forums.phpfreaks.com/topic/255821-microsoft-sql-server-instead-of-phpmyadmin/#findComment-1311423 Share on other sites More sharing options...
Pandareen Posted January 26, 2012 Author Share Posted January 26, 2012 Well i give you a simple example...let's just say that i want to make a login form ( username and password ), and for this i use phpmyadmin to store may Login database....But i've realised that Microsoft SQL Server is more user friendly, and also u can make databases. So my question is that if i can use SQL Server instead of phpMyAdmin to store my databases? Link to comment https://forums.phpfreaks.com/topic/255821-microsoft-sql-server-instead-of-phpmyadmin/#findComment-1311497 Share on other sites More sharing options...
trq Posted January 26, 2012 Share Posted January 26, 2012 phpMyAdmin is an interface to the MySql server. MS SQL is a database server. Two completely different things. If your question is "Can php connect to a MS SQL server?" the answer is yes. Link to comment https://forums.phpfreaks.com/topic/255821-microsoft-sql-server-instead-of-phpmyadmin/#findComment-1311511 Share on other sites More sharing options...
Pandareen Posted January 26, 2012 Author Share Posted January 26, 2012 ok thnx, and how can i do this? Link to comment https://forums.phpfreaks.com/topic/255821-microsoft-sql-server-instead-of-phpmyadmin/#findComment-1311512 Share on other sites More sharing options...
kicken Posted January 26, 2012 Share Posted January 26, 2012 Download and install the SQL Srv driver for PHP from microsoft. I recommend using the PDO interface for the actual DB work in PHP. Link to comment https://forums.phpfreaks.com/topic/255821-microsoft-sql-server-instead-of-phpmyadmin/#findComment-1311528 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.