I have try
but I get the following error:

Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource
in /home/schoolre/public_html/Hitek/Online/connectie.php on line 16

Alain


"Jordan S. Jones" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
> Alain,
>
> You can pass it in the function as a variable.
>
> E.g...
>
> Function closeDB($ref_link)
> {
>           mysql_close($ref_link);
> }
>
>
> closeDB($connectie);
>
> Hope this Helps,
>
> Jordan S. Jones
>
> --
>
> I am nothing but a poor boy. Please Donate..
>
https://www.paypal.com/xclick/business=list%40racistnames.com&item_name=Jord
an+S.+Jones&no_note=1&tax=0&currency_code=USD

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

Reply via email to