Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function groupname_tonum($group)
  2. {
  3. $conn = db_connect();
  4. $result = $conn->query("select groupid from groups WHERE groupname='$group'");
  5. $resultarray = mysql_fetch_assoc($result)
  6. echo $resultarry['groupid'];
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement