is there any reasone why the following doesn't work?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



$connection=oci_connect('landon', 'xxxxxxx',$db)
session_start();
$_SESSION['connection'] = $connection;
..
..
..

$connection = $_SESSION['connection'] ;    shows nothing!

My program allows many operations on a table re-entering at the top
and deciding what option to do next.

I don't want to keep logging into Oracle but use the previous connection



      


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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux