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

#How-To

How to allow numbers only in a field

If you have a numeric field, maybe a price, a score or some other field that should contain numbers only, you might wish to alert the user that only numbers are allowed before she saves the record. This article shows you how to do it in JavaScript.

How to allow numbers only in a field

Auto-save new record without clicking 'Save' button

This article shows how to auto-save a new record in AppGini without clicking the ‘Save’ button. This is useful when you have a barcode scanner and you want to quickly enter lots of records.

Auto-save new record without clicking 'Save' button

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