document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. mysql_connect(\'localhost\',\'root\',\'\') or die (mysql_error());
  3. mysql_select_db(\'dbcrud\') or die (mysql_error());
  4. ?>
');