Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php $konek = mysql_connect("localhost","root","") or die ("Koneksi Gagal"); mysql_sel..
Decoded Output download
<?php
$konek = mysql_connect("localhost","root","") or die ("Koneksi Gagal");
mysql_select_db("crud",$konek) or die ("Database Belum Dibuat");
?>
Did this file decode correctly?
Original Code
<?php
$konek = mysql_connect("localhost","root","") or die ("Koneksi Gagal");
mysql_select_db("crud",$konek) or die ("Database Belum Dibuat");
?>
Function Calls
mysql_connect | 1 |
Stats
MD5 | 0df91687cc3fa930171f4b5432565bda |
Eval Count | 0 |
Decode Time | 84 ms |