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

2002-01-04 Thread Bjarte Husebø
> -Original Message- > From: markus|lervik [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 04, 2002 1:29 PM > > > > Example: > > > > > # Include the file containing general variables/constants/funstions > > require ("general.inc"); > > > > # Open a connection to MySQL using varia

Re: [PHP-DB] Sending variables between PHP pages

2002-01-04 Thread markus|lervik
On Friday 04 January 2002 14:26, Bjarte Husebø wrote: > Another way of doing this, is including a file at the beginning of each > script: > > Example: > ># Include the file containing general variables/constants/funstions > require ("general.inc"); > > # Open a connection to MySQL using va

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

2002-01-04 Thread Bjarte Husebø
bject: Re: [PHP-DB] Sending variables between PHP pages > > > On Friday 04 January 2002 13:15, you wrote: > > Hi users, > > > > how can I send a connection database variable, from one PHP > page to other > > PHP page, and maintance the database connection open duri

Re: [PHP-DB] Sending variables between PHP pages

2002-01-04 Thread markus|lervik
On Friday 04 January 2002 13:15, you wrote: > 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 This is exactly what I've been fighting with for quite some time. Actually, wh