
Vernon Kesner - 2008-06-16 17:38:35 -
In reply to message 3 from jeff g
I know this is an old msg so hope this reply isn't a problem...
To get it to work, Set your mysql_connect() to a variable and then replace $appconf['dbconnection'] with your variable.
For instance...
$config['db_connection'] = @mysql_connect('localhost', 'user', 'pass');
Then...
$zip = new ZipCodesRange($config['db_connection'],'98303',50);