On Sat, 25 May 2002, Jason Wong wrote: > Your biggest problem is that you're trying to nest mysql_query() but you're > only using 1 link identifier. You need to establish another connection using > another mysql_connect().
The same link identifier can be used simultaneously for any number of queries so long as they are directed at the same server and rely on the same user credentials. You can query different databases, etc., on the same server with the same link identifier, for instance. miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php