Hi all :)
i want to see the Warehouse but when i try this:
i get this:PHP Code:$username=$_SESSION['username'];
$query = "Select Items From warehouse Where AccountID='$username'";
$result = mssql_query($query);
$row = mssql_fetch_array($result);
echo $row['Items'];
How can i get normal result?PHP Code:���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������




