Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
<?php
mysql_pconnect
(
"localhost"
,
"root"
,
""
)
;
mysql_select_db
(
"latihan"
)
;
?>