Dug up some reference code from my old PHP projects. Hopefully it's useful.
// Array to store query results.
$my_results = array();
#!/usr/bin/env python3 | |
################################################## | |
# Copyright (c) 2020 Zhao Xiang Lim. | |
# All Rights Reserved. | |
# Released under the MIT License. | |
# | |
# [ developer@zxlim.xyz ] | |
################################################## | |
from argparse import ArgumentParser |