Jump to content

The Lost Faith

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

The Lost Faith's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [quote]$username=$_GET['username']; $password=$_GET['pwd']; $dsn="DB03"; $sqlconnect= mssql_connect($dsn,$username,$password)or die; $sqlquery="SELECT companyName FROM Customers;"; $process= mssql_query($sqlconnect, $sqlquery); while($row = mssql_fetch_array($process)){ echo $row['companyName']."<br>"; } mysql_close();[/quote] should work
  2. ALTER TABLE db.tbl_name ADD COLUMN col_1 [VALUES]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.