PHP Script Tips & Tricks [PHP] Detect User Client IP (XAMPP or Localhost Machine Supported) Usage: var_dump(get_client_ip()); /** * Detect is localhost * * @return … Written By Kuswati Saturday, 17 October 2020 Add Comment Edit
PHP Script Calculate Swatch Internet Time Codes PHP 12 bytes: <?php echo date('B'); ?> 48 bytes: <?php ech… Written By Kuswati Saturday, 6 June 2020 Add Comment Edit
PHP Tips & Tricks PHP array magic trick and manipulations manipulating multidimensional array using array_map /** * Ilterate multidim… Written By Kuswati Monday, 23 March 2020 Add Comment Edit
PHP PHP Mailer work with AJAX Basic Mailer basic php mailer php <?php header('Access-Contr… Written By Unknown Tuesday, 7 January 2020 Add Comment Edit
PHP Check if current function called statically or not $static = !(isset($this) && get_class($this) == __CLASS__); if ($stati… Written By Dimas Lanjaka Kumala Indra Wednesday, 4 December 2019 Add Comment Edit
PHP Tips & Tricks Remove index.php?route= from opencart How to remove index.php?route= common issue from url bar for SEO url I A… Written By Dimas Lanjaka Kumala Indra Friday, 27 September 2019 Add Comment Edit
PHP Fix openssl encrypt decrypt [PHP] Warning: openssl_decrypt(): IV passed is only 12 bytes long, cipher expects an… Written By Dimas Lanjaka Kumala Indra Wednesday, 31 July 2019 Add Comment Edit
PHP Membuat PHP argumen dengan '=' Cara Membuat argumen PHP CLI dengan ' = ' ' --= ' Buat file p… Written By Dimas Lanjaka Kumala Indra Tuesday, 30 July 2019 Add Comment Edit