!
>Date: Sat, 15 Jun 2002 01:49:40 +0100
>
>On Saturday, June 15, 2002 at 1:42:45 AM, Zlutarch G. wrote:
> > I tried your script, but I couldn't get it to work. I guess it has to be
> > something wrong with my server configuration? I am using Apache 1.3.14.
>I am
> &g
Zlutarch
>From: Stuart Dallas <[EMAIL PROTECTED]>
>Reply-To: Stuart Dallas <[EMAIL PROTECTED]>
>To: "Zlutarch G." <[EMAIL PROTECTED]>
>Subject: Re[2]: [PHP] PLEASE HELP! session variable fails to persist!!
>Date: Sat, 15 Jun 2002 01:32:51 +0100
>
>On Sa
llas <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: [PHP] PLEASE HELP! session variable fails to persist!!
>Date: Sat, 15 Jun 2002 01:05:47 +0100
>
>On Saturday, June 15, 2002 at 12:53:47 AM, Zlutarch G. wrote:
> > The session ID is the same for a given sessio
Hi,
My session variables won't persist, could someone help me with this problem?
I spent all day trying to figure out what is wrong, and I still don't know
why I couldn't get it to work. Here is an example script:
";
echo "session var: ".$_SESSION["var"]."";
fnB();
function fnA(){
$_SE
Hi All,
I need help on two problems:
1) Is there a PHP function similar to fopen() that would open URL begins
with "https://";, i.e., SSL address?
2) Does anyone know if it is possible in PHP to read redirect instructions
in HTTP header, and then follow the links?
Thanks in advance,
Zlu
__
Hi,
I am learning how to use the PHP Java extension. I used the example
script/codes found in the PHP Java documentation:"
getProperty('java.version').' ';
print 'Java vendor=' .$system->getProperty('java.vendor').' ';
print 'OS='.$system->getProperty('os.name').' '.
$system->
Hi everyone,
PHP fopen function opens URL using the HTTP GET method. But what if one
could only open the web page using the HTTP POST method? In this case, fopen
won't work. Is there a PHP function that is similar to fopen, but uses HTTP
POST method to open URL instead? If not, then how do I w
Hi, I couldn't find a similar function in the official documentation. Does
anyone know if there is a setInterval function in PHP? i.e., making repeated
calls to a function separated by a given time period. Is such a function
even possible in PHP? One way to do it, without a PHP function, is to
8 matches
Mail list logo