Skip to content

Instantly share code, notes, and snippets.

View zkemoshi's full-sized avatar

zakaria moshi zkemoshi

  • Dar es salaam, Tanzania
View GitHub Profile

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@zkemoshi
zkemoshi / helperfunction.php
Last active December 4, 2020 08:03
php snippets
<?php
// Helper functions
// redirect function
function redirect($location){
header("Location: $location");
}
// Query the database