Guest User

Untitled

a guest
Sep 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $query = "SELECT *
  2. FROM Websites
  3. LEFT JOIN Authentication
  4. ON Websites.AnalyticsAccount=Authentication.AccountName
  5. WHERE AnalyticsId=$websiteId";
  6. $result = mysql_query($query);
  7. $row = mysql_fetch_assoc($result);
  8. return $row;
Add Comment
Please, Sign In to add comment