I thought I was using session data and variables correctly, but I am
having some issues. I am using it to create a login but if I have
another user on a different machine my session data gets changed to who
last logged in. I had changed so it used https but changed it back and
it still seems to be
Pedro Henrique Calais wrote:
> I'm with the following problem:
> my PHP scripts takes a very long time to execute (about 3 hours) because
> it has has system call to a perl script that is very time consuming.
I would recommend either using & in the call to the Perl script, or
inserting whatever yo
On Thursday 03 February 2005 10:05, Pedro Henrique Calais wrote:
> I'm with the following problem:
> my PHP scripts takes a very long time to execute (about 3 hours) because
> it has has system call to a perl script that is very time consuming.
>
> in IE (haven't noticed this in Mozilla or Konquer
hey everybody,
I'm with the following problem:
my PHP scripts takes a very long time to execute (about 3 hours) because
it has has system call to a perl script that is very time consuming.
in IE (haven't noticed this in Mozilla or Konqueror) the execution of
the PHP script doesn't finish, due to
Hi,
I have a problem with the session variables.
nome_usuario = "vazio";
$this->webmaster_mail = "[EMAIL PROTECTED]";
$this->acao = "inicio";
$this->url_sistema = "http://localhost/web/ ";
}
function autorizaSistema($param_usuario, $param_passwd){
//Verificar no banco se o usuario exis
5 matches
Mail list logo