<?php
try {
$db=new PDO("mysql:host=localhost;dbname=eticaret;charset=utf8",'root','12345678');
//echo "hit the switch!";
}
catch (PDOException $e) {
echo $e->getMessage();
}
?>
<?php
try {
$db=new PDO("mysql:host=localhost;dbname=eticaret;charset=utf8",'root','12345678');
//echo "hit the switch!";
}
catch (PDOException $e) {
echo $e->getMessage();
}
?>
For further actions, you may consider blocking this person and/or reporting abuse
Mike Young -
Mike Young -
Mike Young -
Mike Young -
Top comments (0)