phpminiadmin
phpminiadmin copied to clipboard
extremely lightweight alternative to heavy phpMyAdmin for quick and easy access MySQL databases
**Problem I :** Logout function run session_destroy(). Destroying all active session of the website. **Solution :** Change all phpMiniAdmin session variables into $_SESSION['pmAdmin'], so we can just use unset($_SESSION['pmAdmin']) instead...
Posting here at the request of developer. I am no developer myself and as such I'm unsure what causes the actual issue code-wise or how to fix it. Found a...
3 years no updates, no fixes for new php versions
if the PHP version is older than 8.0, you need to add this line to the beginning of the php script ;-) Otherwise export to csv doesnot working if (!function_exists('str_starts_with'))...