The AppGini Blog
A few tips and tricks to make your coding life a tiny bit better.

#Security

Automating Backups for AppGini Applications Using Task Scheduler and Mysqldump (Windows)

Learn how to automate database backups for your AppGini application on Windows using Task Scheduler and mysqldump.

Automating Backups for AppGini Applications Using Task Scheduler and Mysqldump (Windows)

Automating Backups for AppGini Applications Using Cron and Mysqldump

Learn how to automatically backup your AppGini application’s database using cron and mysqldump.

Automating Backups for AppGini Applications Using Cron and Mysqldump

How to protect anonymous detail view against automated bot submissions

Learn how to protect your anonymous detail view against automated bot submissions using Cloudflare.

How to protect anonymous detail view against automated bot submissions

Making sure a PHP script is accessible only through being included

This article shows how to make sure a PHP script is accessible only through being included in other scripts, and not by being accessed directly through its URL.

Making sure a PHP script is accessible only through being included