advanced code snippet search
2501 on 05/01/08
mysql php textmate
05/01/08 09:42pm
function db_connect (){ $connection = @mysql_connect('','',''); if (!$connection) { return false; }
Report this snippet Tweet
Comment:
You need to login to post a comment.