[PHP-DB] anyone succeed? From: deryk (deryk <email protected>)
Date: 11/01/00

as following:
<? $link=mysql_connect("host","user","pass");
session_register("link");?>
i want to transfer this link var to another page via session function
my session works well,i've tried on other vars and the $link i get is
ok too,but just i can't transfer it correctly to another page,i also
tried mysql_pconnect(),it's the same ,anyone ever did the same thing
and succeeded?
thx
deryk

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>