NO PUDO SER
Tema: [PHP] Self-destructing PHP Page (Versión Imprimible) Volver a la versión Original de este tema |
Lugar donde fue posteado: Www.ForoMsn.com -» PHP -» [PHP] Self-destructing PHP Page |
Enviado por jajxz1 en 10/02/2019 11:23:52 |
CÓDIGO |
<?php echo "YOUR HTML GOES HERE"; unlink('index.php'); ?> |