How-to articles, tricks, and solutions about PHP
json_decode to custom class
In PHP, you can use the json_decode() function to convert a JSON string into a PHP object or array.
Remove control characters from PHP string
In PHP, you can use the preg_replace function to remove control characters from a string.
How to implement 'Token Based Authentication' securely in PHPFox?
Here is a general outline of how to implement token-based authentication in PHPFox: