Recent content by Keegan McCafferty

  1. K

    Could someone convert this PHP MySQL Syntax to use SQL Server?

    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")...
  2. K

    Could someone convert this PHP MySQL Syntax to use SQL Server?

    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")...
Back
Top