Berlina,

Are you attempting to set a variable in one page and use its value in the
next page?  If so, I'll show you how.

-----Original Message-----
From: Berlina [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 04, 2002 5:50 AM
To: [EMAIL PROTECTED]; php-general-list; php-dev-list; php-db-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"
<[EMAIL PROTECTED]>; "php-dev-list" <[EMAIL PROTECTED]>;
"php-db-list" <[EMAIL PROTECTED]>
Sent: Friday, January 04, 2002 12:38 PM
Subject: RE: [PHP] Sending variables between PHP pages


> >> 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 imposimble in web applications at all, because there is no
> persistent connection between db server
> and "web server + PHP" service. You can try for example mysql_pconnect()
> function (or it's analog for your db engine)
> but still I don't think it is possible ;(((
> Only applications can make this for you NOT PHP and Web ;(((
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to