I am in desperate need for someone to convert this PHP file from accessing a MySQL database to accessing a SQL Server database. Any help will be appreciated:
<?php
session_name("MyLogin");
session_start();
if($_GET['action'] == "login") {
$conn = mysql_connect("localhost","user","password")...
I am in desperate need for someone to convert this PHP file from accessing a MySQL database to accessing a SQL Server database. Any help will be appreciated:
<?php
session_name("MyLogin");
session_start();
if($_GET['action'] == "login") {
$conn = mysql_connect("localhost","user","password")...