Advertisement
NelsonGG

Untitled

Oct 24th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. $did = 0;
  2. $stmt = $mysqliSOL->prepare("SELECT MAX(did) FROM articulos_habilitados_log");
  3. $stmt->execute();
  4. $stmt->bind_result($did);
  5. $stmt->fetch();
  6. $stmt->close();
  7. $did *= 1;
  8. $did++;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement