[PHP-WIN] php read asp session variable ?

2003-08-22 Thread giko
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

Re: [PHP-WIN] db connection php & mssql & win2k

2003-08-21 Thread giko
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

[PHP-WIN] db connection php & mssql & win2k

2003-08-20 Thread giko
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("