<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$user='oarh';
$pass='222Google222';
$db=new PDO ('mysql:host=localhost;dbname=oarh',$user,$pass);  
?>