[ create a new paste ] login | about

Sinful

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by Sinful:

PHP, pasted on May 19:
1
2
3
4
5
<?php
$dbh='localhost';
$dbp='password';
$dbu='db_username';
$dbn='db_name';
...
view (36 lines, 2 lines of output)