place Tag:PHP
Website Management Indonesia
XAMPP
2021-12-06 / Dimas Lanjaka
……
Website Management Indonesia
Install XAMPP/LAMPP On Android (Non-Root)
2021-06-02 / Dimas Lanjaka
php apache setup on android with Termux (without root)……
Website Management Indonesia
Fix Uncaught Error Call to undefined function str_starts_with()
2021-04-27 / Dimas Lanjaka
Uncaught Error: Call to undefined function str_starts_with() Fix Solutions……
Website Management Indonesia
[PHP] Detect User Client IP (XAMPP or Localhost Machine Supported)
2020-10-16 / Kuswati
Usage: var_dump(get_client_ip()); /** * Detect is localhost * * @return boolean */function isLocalHost……
Website Management Indonesia
Calculate Swatch Internet Time Codes
2020-06-05 / Kuswati
PHP12 bytes:<?php echo date('B'); ?>……
Website Management Indonesia
PHP array magic trick and manipulations
2020-03-23 / Kuswati
manipulating multidimensional array using array_map/*** Ilterate multid……
Website Management Indonesia
PHP Mailer work with AJAX
2020-01-06 / Unknown
Basic Mailer basic php mailer php <?phpheader('Access-Con……
Website Management Indonesia
Check if current function called statically or not
2019-12-03 / Dimas Lanjaka Kumala Indra
$static = !(isset($this) && get_class($this) == __CLASS__);if ($static) { return self;} else { return $this;}……
Website Management Indonesia
Remove index.php?route= from opencart
2019-09-27 / Dimas Lanjaka Kumala Indra
How to remove index.php?route= common issue from url bar for SEO url……
Website Management Indonesia
Fix openssl encrypt decrypt [PHP]
2019-07-31 / Dimas Lanjaka Kumala Indra
Warning: openssl_decrypt(): IV passed is only 12 bytes long, cipher……