[PHP-DEV] RE: [PHP] Sending variables between PHP pages

2002-01-04 Thread Intruder
>> 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

[PHP-DEV] RE: [PHP] Sending variables between PHP pages

2002-01-04 Thread Intruder
>> 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