At 11:26 AM 7/24/2002 Wednesday, Martin Clifford wrote:
>Shouldn't it be:
>
>$result = mysql_query($sql, $link_id);

Actually mysql_query should default to the last database connection opened 
if no link identifier has been specified.
So the link identifier to not absolutely required.

Phillip


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to