Guest User

Untitled

a guest
Jan 21st, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. public static function searchArticleCode($ral)
  2. {
  3. $dbh = Tennis::msConn();
  4.  
  5. $query = "SELECT * FROM VW_URSUS_STOCKARTCLE WHERE PART_ID = '$ral'";
  6. $result = mssql_query($query, $dbh);
  7.  
  8. $details["PARTDESCR"] = $row["PARTDESCR"];
  9.  
  10. Tennis::msConn($dbh);
  11. return $details;
  12. }
Add Comment
Please, Sign In to add comment