document.write("
<?php $host = "localhost";$databaseName = "myDatabaseName";$username = "myUsername";$password = "myPassword"; $dsn = "mysql:host=$host;dbname=$databaseName";