RE: [PHP] Passing variables with include()

2002-01-14 Thread Mark Roedel
> -Original Message- > From: Imar de Vries [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 14, 2002 5:53 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Passing variables with include() > > > at this moment I am working on a script that calculates > standings of our online racing compet

RE: [PHP] Passing variables with include()

2002-01-14 Thread Rick Emery
Does "http://www.someremote.server/calculate_drivers.php"; contain a function? If so, you may have to declare "$serie_id" as global within it. -Original Message- From: Imar de Vries [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 5:53 AM To: [EMAIL PROTECTED] Subject: [PHP] Pas

Re: [PHP] Passing variables with include()

2002-01-14 Thread Stefan Rusterholz
- Original Message - From: "Imar de Vries" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 14, 2002 12:53 PM Subject: [PHP] Passing variables with include() > Hi all, > > at this moment I am working on a script that calculates standings of our > online racing competiti

Re: [PHP] Passing variables with include()

2002-01-14 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On 14-01-02 at 13:01 * Imar de Vries said > Hi all, > Hello! > at this moment I am working on a script that calculates standings of our > online racing competition. In order to do that, I have to connect to a > database on a remote server.