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

Trying to detect your application URI using DOCUMENT_ROOT? Read this first!

If you’re trying to detect your application URI using DOCUMENT_ROOT, you might be doing it wrong! Read this article to learn why and how to do it right.

Trying to detect your application URI using DOCUMENT_ROOT? Read this first!

How to paginate a database query in PHP the no-frameworks way

This article shows you how to paginate a database query in PHP without using any frameworks.

How to paginate a database query in PHP the no-frameworks way

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