Categories
Tags → Php Variables

PHP Data Cache Class

PHP data caching class that caches variables using file handle write to cache data with or without an expiration time. I used file_get_contents() rather than fread to speed up the application even further. Rather than run a complex logic or queries e...
DETAILS

Ami-Encryption

Scrambling text by add fake text in between chunks of real text. A good alternative to encryption making letters and numbers unreadable with PHP pure scripting. Can be used to protect variables like Cookies, Sessions, GET and POST from page to ...
DETAILS

The Truth About PHP Variables

This article examines how PHP handles passing of variables internally, as well as how this relates to memory usage. This information is can be very useful for any professional PHP developer as it shows how passing variables by reference will normally...
DETAILS

The GutterStar.net Dynamic Live Chat Plugin

Make any page a chat room! Anyone in the world who is looking at your web page will see new messages dynamically and automatically appear on the page as your visitors chat back and forth! Consisting of a combination of PHP and JavaScript, it does n...
DETAILS

Page:
©2019 A--9.com