The next php function will provide you a fast and very simple two-way system to encrypt a string or decrypt an…
Category: PHP
If you ever wondered, now can I hide PHP error messages in browser? here are some simple solutions: in php.ini file…
There are N servers, each server has a fixed bandwidth available. The idea is that you want mirrored file hosting (CDN) so…
Se dau N servere, fiecare server are disponibila o largime de banda fixa. Se doreste hostarea de fisiere in mod mirror…
Counting the number lines in a string with explode function: <?php $lines = explode(“\n”, $string); $nr_lines = count($lines)-1; ?> Counting the…
using .htaccess file: add the next line to .htaccess file: php_value safe_mode “1” using php.ini file in php.ini add this line…