[PHP] Help for passing variable to all pages

2002-02-19 Thread WG4- Cook, Janet
Hi All, I am new to PHP and learning as I go by reading many of the tutorials around. I have however come up against a problem that I can't seem to solve of find any other references to. I need to make some information available to every page and one of the series of articles by Kevin Yank whic

RE: [PHP] Help for passing variable to all pages

2002-02-19 Thread Martin Towell
mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 10:30 AM To: PHP List Subject: [PHP] Help for passing variable to all pages Hi All, I am new to PHP and learning as I go by reading many of the tutorials around. I have however come up against a problem that I can't seem to solve

RE: [PHP] Help for passing variable to all pages

2002-02-19 Thread WG4- Cook, Janet
TECTED]] Sent: Wednesday, 20 February 2002 10:38 To: 'WG4- Cook, Janet'; PHP List Subject: RE: [PHP] Help for passing variable to all pages looks like there's a problem with this line: test link try using this line instead: ">test link looks like you w

RE: [PHP] Help for passing variable to all pages

2002-02-19 Thread Martin Towell
; PHP List Subject: RE: [PHP] Help for passing variable to all pages Ok - I changed it to ">test link First login page now has " <http://147.76.130.12/dms/demo/welcome.php3?dbcnxid= >test linkthen the login stuff, and I still don't get the value through Janet

RE: [PHP] Help for passing variable to all pages

2002-02-19 Thread WG4- Cook, Janet
;WG4- Cook, Janet'; PHP List Subject: RE: [PHP] Help for passing variable to all pages that makes me think that your page isn't being executed through php. why this is happening, i don't know - maybe a misconfigured web server Martin -Original Message- From: WG4- Cook, Janet

RE: [PHP] Help for passing variable to all pages

2002-02-19 Thread Martin Towell
ble to help you. Martin -Original Message- From: WG4- Cook, Janet [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 1:18 PM To: Martin Towell; WG4- Cook, Janet; PHP List Subject: RE: [PHP] Help for passing variable to all pages That's not a lot of help - its a new installati

RE: [PHP] Help for passing variable to all pages

2002-02-20 Thread Rick Emery
change: test link to: >test link -Original Message- From: WG4- Cook, Janet [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 5:30 PM To: PHP List Subject: [PHP] Help for passing variable to all pages Hi All, I am new to PHP and learning as I go by reading many of

Re: [PHP] Help for passing variable to all pages

2002-02-20 Thread Simon Willison
> > >test link > You can't pass resource types like database connection IDs in URLs as they are only relevant for the instance of the script in which they are created. The same goes for things like file identifiers (from fopen) and other stuff like that. Simon -- PHP General Mailing List (

RE: [PHP] Help for passing variable to all pages

2002-02-20 Thread David Robley
-- > From: Martin Towell [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 20 February 2002 10:59 > To: 'WG4- Cook, Janet'; PHP List > Subject: RE: [PHP] Help for passing variable to all pages > > > > that makes me think that your page isn't being executed through

RE: [PHP] Help for passing variable to all pages

2002-02-20 Thread WG4- Cook, Janet
PROTECTED]] Sent: Thursday, 21 February 2002 2:04 To: 'WG4- Cook, Janet'; PHP List Subject: RE: [PHP] Help for passing variable to all pages change: test link to: >test link -Original Message- From: WG4- Cook, Janet [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 20

RE: [PHP] Help for passing variable to all pages

2002-02-20 Thread WG4- Cook, Janet
002 2:37 To: Rick Emery Cc: 'WG4- Cook, Janet'; PHP List Subject: Re: [PHP] Help for passing variable to all pages > > >test link > You can't pass resource types like database connection IDs in URLs as they are only relevant for the instance of the script in which they