73
Dane
7y

When you're a sql request that has done it's job

Comments
  • 0
    You make your request,
    Then it stops existing.
    https://youtu.be/qUYvIAP3qQk
  • 2
    This is mysql,
    $imMySqlLookAtMe = new mysqli ();
    You make a request,
    $yesSirRe = mysqli_query('SELECT mayo FROM jar);
    Mysql fulfills the request,
    Then it stops existing.
    mysqli_close($imMySqlLookAtMe);
  • 1
    Hey haven't anyone told you about SQL heaven? That's where all the finished queries go to live happily ever after with things like GOTOs and whatever goes inside PHPs die();

    It's in a better place now :)
  • 0
    @nerd-san that is gold. Incredibly inefficient naming convention but I may have to get some use out of that.
Add Comment