Buying Looking for PHP / SQLSRV coder to modify script

Discussion in 'Programming' started by Sn@Ke, Dec 20, 2011.

  1. #1
    Hi

    I need this script:
    http://www.evolt.org/node/60384
    (http://evolt.org/files/Login_System_v.2.0.zip)


    Changed so it uses the SQLSRV driver syntax:
    http://php.net/manual/en/book.sqlsrv.php

    So it will work on my win2k3 server with MS SQL 2005

    example:
    
    $serverName = "(local)";
    $connectionOptions = array("Database"=>"dashboard");
    
    /* Connect using Windows Authentication. */
    $conn = sqlsrv_connect( $serverName, $connectionOptions);
    if( $conn === false )
    {
     die(print_r(sqlsrv_errors(), true));
     }
    
    PHP:
    You will have to test on your own as I can't give access to the local server on this network.
    Payment via paypal when I confirm the work is done.

    Please PM me with a quote if you can do this job. NEED FAST turn-around.

    Thanks
     
    Sn@Ke, Dec 20, 2011 IP
  2. Sn@Ke

    Sn@Ke Well-Known Member

    Messages:
    334
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    155
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Job given to qadeer
     
    Sn@Ke, Dec 20, 2011 IP