Re: [PHP] Sending variables help

2002-11-21 Thread Jason Wong
On Friday 22 November 2002 15:44, Kris wrote: > Hi All > > I want to send variables from one page to another page. > How can I go about this??? > > I don't want to use a form. Or if using a form I don't want the user to > have to hit the submit button. Use sessions, or pass the variables around vi

[PHP] Sending variables help

2002-11-21 Thread Kris
Hi All I want to send variables from one page to another page. How can I go about this??? I don't want to use a form. Or if using a form I don't want the user to have to hit the submit button. Thanks Kris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

RE: [PHP] Sending variables between PHP pages

2002-01-04 Thread Dave Brotherstone
ent OF PHP, not IN PHP. Dave. > -Original Message- > From: Berlina [mailto:[EMAIL PROTECTED]] > Sent: 04 January 2002 11:16 > To: php-general-list; php-dev-list; php-db-list > Subject: [PHP] Sending variables between PHP pages > > > Hi users, > > how can I send

Re: [PHP] Sending variables between PHP pages

2002-01-04 Thread Henning Sprang
;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, than

Re: [PHP] Sending variables between PHP pages

2002-01-04 Thread Berlina
>; "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 d

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

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

[PHP] Sending variables between PHP pages

2002-01-04 Thread Berlina
Hi users, 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? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] sending variables

2001-02-20 Thread Richard Lynch
ssage - From: "Rosen" <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Tuesday, February 20, 2001 3:39 AM Subject: [PHP] sending variables > Hi, > I have two simple php files: > > main.php: > LIST > > test1.php: > > > > > > But th

[PHP] sending variables

2001-02-20 Thread Rosen
Hi, I have two simple php files: main.php: LIST test1.php: But this doesn't work ! please HELP ! Rsen Marinov -- 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 admini