/ Published in: PHP
Expand |
Embed | Plain Text
function query($sql){ $dbhost = "localhost"; $dbuname = "root"; $dbpass = "root"; $dbname = "disco_conv"; return $result; }
You need to login to post a comment.
wza on 06/19/09
mysql textmate function query connect
2 people have marked this snippet as a favorite
function query($sql){ $dbhost = "localhost"; $dbuname = "root"; $dbpass = "root"; $dbname = "disco_conv"; return $result; }
You need to login to post a comment.