Menggunakan PHP di termux
THIS SITE IS MIRROR || Skip to Full Contents (Read More)
Menggunakan PHP di termux - Instalasipkg update ypkg upgrade -ypkg install php curl wget git -yContoh Penggunaan PHP CLI pada termuxbuat file Instalasi
pkg update -y
pkg upgrade -y
pkg install php curl wget git -y
Contoh Penggunaan PHP (CLI) pada termux
buat file php
<?php
parse_str(implode(‘&’, array_slice($argv, 1)), $_GET);
?>
Usage/pen
THIS SITE IS MIRROR || Skip to Full Contents (Read More)
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.