-list
Subject: [PHP-DB] Re: [PHP] Sending variables between PHP pages
Yes, Im thinking the same...
:-((
Thanks again Intruder
- Original Message -
From: "Intruder" <[EMAIL PROTECTED]>
To: "Berlina" <[EMAIL PROTECTED]>; "php-general-list"
<[E
Yes, Im thinking the same...
:-((
Thanks again Intruder
- Original Message -
From: "Intruder" <[EMAIL PROTECTED]>
To: "Berlina" <[EMAIL PROTECTED]>; "php-general-list"
<[EMAIL PROTECTED]>; "php-dev-list" <[EMAIL PROTECTED]>;
"php-db-list" <[EMAIL PROTECTED]>
Sent: Friday, January 04, 20
>> how can I send a connection database variable, from one PHP page to other
>> PHP page, and maintance the database connection open during both pages?
I don't think one can do that. There is NO need for that. You can write
header.php file and
include it in the beginning of each PHP page where yo
>> Yes, thanks a lot, but i need to mantain the connection open for manage a
>> transaction, an everytime that I open a new database connection,
>> the system
>> begins a new transaction and I lose the last one.
>> Do you understand, me?
>> Do you know the way for do that?
I think it is imposimbl