On Jun 21, 2003, "George Pitcher" claimed that:
|Jay,
|
|I've never ventured into 'sessions' (not ones without drinks) but I've a
|feeling that if the user has turned cookies off then sessions are out as
|well as they require a cookie being stored on the user's machine.
|
|Someone will surely corr
riginal Message-
> > From: Jay Fitzgerald [mailto:[EMAIL PROTECTED]
> > Sent: 21 June 2003 3:19 pm
> > To: George Pitcher; nabil; [EMAIL PROTECTED]
> > Subject: RE: [PHP] Re: Passing Variables
> >
> >
> > That was my thought too, George. But if the user does
June 2003 3:19 pm
> To: George Pitcher; nabil; [EMAIL PROTECTED]
> Subject: RE: [PHP] Re: Passing Variables
>
>
> That was my thought too, George. But if the user does not have cookies
> enabled, then I believe, as Thomas pointed out, that a SESSION is
> the only
> way to handle th
That was my thought too, George. But if the user does not have cookies
enabled, then I believe, as Thomas pointed out, that a SESSION is the only
way to handle the variables. I have never done a "correct" session so I am
trying to learn how to do them without having a userid and password for
ea
Nabil,
That is one way but it means that Jay would have to use a form and not a
link.
You could set a cookie. That would work, but it relies on the user allowing
cookies.
George
> -Original Message-
> From: nabil [mailto:[EMAIL PROTECTED]
> Sent: 21 June 2003 2:58 pm
> To: [EMAIL PROTEC
http://www.w3.org/TR/SOAP/
~ Matthew
-Original Message-
From: Mark McCulligh [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 21, 2002 4:14 PM
To: Jay Blanchard
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Re: Passing variables between servers
I have thought about this also, but I need
y Blanchard" <[EMAIL PROTECTED]>
To: "'Mark McCulligh'" <[EMAIL PROTECTED]>; "'Seairth Jacobs'"
<[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, August 21, 2002 3:34 PM
Subject: RE: [PHP] Re: Passing variables between s
[snip]
The session variables are need on both server for authorization needs.
The two servers host two separate Intranet apps and I am trying to join the
two together into one Intranet app. The variable will be used on both
sides.
The reason I don't what to use cookie is your users keep disablin
> Scott Houseman wrote:
>
> > Hi Al.
> >
> > While we are on topic, what are the key differences between include() &
> > require() ?
>
>
> "Unlike include(), require() will always read in the target file,
> even if the line it's on never executes. If you want to conditionally
> include a file, us
Scott Houseman wrote:
> Hi Al.
>
> While we are on topic, what are the key differences between include() &
> require() ?
"Unlike include(), require() will always read in the target file,
even if the line it's on never executes. If you want to conditionally
include a file, use include(). The
ssage -
From: "Scott Houseman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 13, 2002 2:54 PM
Subject: Re: [PHP] Re: Passing variables with include()
> Hi Al.
>
> While we are on topic, what are the key differences between include() &
> require(
Hi Al.
While we are on topic, what are the key differences between include() &
require() ?
Cheers
Scott
- Original Message -
From: "Martin Wickman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 14, 2002 3:40 PM
Subject: [PHP] Re: Passing variables with include()
>
Sure you can. Right out from the manual:
If "URL fopen wrappers" are enabled in PHP (which they are in the default
configuration), you can specify the file to be include()ed using an URL
instead of a local pathname. See Remote files and fopen() for more
information.
best regards
Stefan Rusterhol
Just a quick addition... when a PHP script is run as a shell script from a Perl
script (that make sense?) it cannot pass back exit variables to the Perl
script...
Would love to be proven wrong on this as I had to dust off Perl programming for
a RADIUS interface some time ago.
Dave
>
>http://ph
14 matches
Mail list logo