> I need to convert binary > dumps of data structures into database table rows, and MySQL on my > server doesn't support queries from C. Errr, how can that be? AFAIK the mySQL extension of PHP is ostensibly a wrapper for the mySQL C libraries. If you have mySQL and PHP installed then I can't see any reason why you shouldn't be able to write these queries in C HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php