Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function connectDb() {
- // connect and set the
- // working db
- if (mysql_connect( DBHOST, DBUSER, DBPWD ) && mysql_select_db( DBNAME )) return true; else return false;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement