| name | language | licence |
|---|---|---|
| Clear | CSS | Other |
| Connessione DB | PHP | Other |
| dimensioni effettive di un Div | JavaScript | Other |
| Check Email | JavaScript | Other |
| @import | CSS | Other |
| Require the www | Apache | Other |
| Block access to files during certain hours of the day | Apache | Other |
| I Love Typography | CSS | Other |
< 1 2 >
language: PHP
licence: Other
Connessione DB
options: view full snippet • send to code collector
$db_host="";// host a cui raggiungere il DB
$db_user=""; // username
$db_password="";//password
$db_name="";//nome del database
$db=mysql_connect($db_host, $db_user, $db_password);
if($db==FALSE)
die ("errore nella connessione");
if(!(mysql_select_db($db_name, $db)))
die ("errore nell'accesso al database");



library
html (4)