if this is a mysql_db_query.. you need to pass the db first.. you're passing
a query, then $verbindung..

should be something like

$news = mysql_dbquery($db, "SELECT bar FROM foo");


--
matthew knight - web developer
[EMAIL PROTECTED]



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to