<?php
try {
$dbh = new PDO('mysql:host=localhost;dbname=test', $user, $pass);
foreach($dbh->query('SELECT * from FOO') as $row) {
print_r($row);
}
$dbh = null;
} catch (PDOException $e) {
print "Error!: " . $e->getMessage() . "<br/>";
die();
}
?>
console.log(123);
你是猪猪吗 :huaji3: ?
123123 :a:
:hehe: asdasd
while(true) alert(“1”)
11