[go: up one dir, main page]

Menu

[r9]: / emma / bin / db.php  Maximize  Restore  History

Download this file

7 lines (5 with data), 137 Bytes

1
2
3
4
5
6
7
<?php
//Joyent
mysql_connect(localhost,"root", "kz9rumvxxe") or die ("oops");
@mysql_select_db("coolness") or die ("UTOCONN");
?>