php-windows Digest 23 Dec 2003 05:36:16 - Issue 2053
Topics (messages 22417 through 22418):
Re: serialize and unserialize
22417 by: Svensson, B.A.T. (HKG)
Question about general web site layout
22418 by: Paul Menard
Administrivia:
To subscribe to the digest, e-mail:
Okay. This is not really a question specific to Windows. But here is goes.
I am looking for some 'Nest Practice' advice on how to layout my pages and config
files. By layout
I am not talking about the presentation of the page for the browser but instead the
layout of the
pages on disk.
Here is
Ignorant question:
You are doing unserialize() twice on the same entity.
Are you allowed to do that?
-Original Message-
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: 2003-12-21 21:37
Subject: [PHP-WIN] serialize and unserialize
Hello all i need a little help with serialize and uns
php-windows Digest 22 Dec 2003 08:29:01 - Issue 2052
Topics (messages 22413 through 22416):
Re: Problem with Modules
22413 by: php maillist
22414 by: Cole Hubbard
22416 by: Svensson, B.A.T. (HKG)
serialize and unserialize
22415 by: webmaster.multiwebmastertoo
If the application can't find a module, then it normally means
that particular module is not in the know path of the application
trying to access it.
However, your error message below suggest that the application do
know where it resides, but it seams likt it does not have sufficient
access to loa
Hello all i need a little help with serialize and unserialize
here is my code
'cart', 'y' => $password);
session_register("y");
$var = serialize($data);
//$chksum = md5($data . md5('secret salt here'));
//$var = serialize(array($data,$chksum));
setcookie('data', $var, time() + 3600);
} els