🛠️
I may be slow to respond
Highlights
Pinned Loading
-
Python-Learning-Materials
Python-Learning-Materials PublicA repository with all of the pdf files for learning
-
-
✨ A simple database wrapper 📦
✨ A simple database wrapper 📦 1<?php
2$GLOBALS['conn'] = $dbconn; // Replace it with your own `mysqli_connect` :)
3function db_query($sql, $params = array(), $single = true)
4{
5$stmt = mysqli_prepare($GLOBALS['conn'], $sql);
-
pingville-web
pingville-web PublicA web platform for managing PingVille game accounts and achievements.
PHP 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.