if is possible can anyone help me?
I must read a session variable of asp in an app PHP ... is possible?
thank's a lot...
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
thak's to all but i resolved with a dsn connection
$con = odbc_connection('dsn_con','un_db','pwd_db');
and odbc function ... ?
I don't know if they function fine
"Stephen" <[EMAIL PROTECTED]> ha scritto nel messaggio
news:[EMAIL PROTE
hi,
i try
$serdb="LOCALMACHINE"; #the name of the SQL Server
$dbdb="dbname"; #the name of the database
$userdb="userdb"; #a valid username
$passdb="passdb"; #a password for the username
# one line
$con=odbc_connect("Driver={SQL
Server};Server=".$serdb.";Database=".$dbdb,$userdb,$passdb)or die("