Sn!per wrote:
encoded value is:
YToyOntzOjQ6InRpbWUiO2k6MTIwNzIwODk4MjtzOjQ6Imhvc3QiO3M6MTQ6IjE5Mi4xNjguMTAuMTAwIjt9
encoded value is:
YToyOntzOjQ6InRpbWUiO2k6MTIwNzIwODk4NDtzOjQ6Imhvc3QiO3M6MTQ6IjE5Mi4xNjguMTAuMTAwIjt9
encoded value is:
YToyOntzOjQ6InRpbWUiO2k6MTIwNzIwODk4NTtzOjQ6Imhvc3QiO
Hi all, I have a short script that I want to store the last login time
and the host IP number (harcoded for the moment). Those two variables
are stored in $last_login, which is an array.
[EMAIL PROTECTED] test]# cat lt.php
time(), 'host' => "192.168.10.100");
$serialize_last_login = serializ
> From: "Stephen" <[EMAIL PROTECTED]>
>
> I have a PHP script that works on older versions of PHP but on 4.3, it
> outputs nothing. Here's my code:
>
> echo ''."\n"
> ."\n".'if (document.location == top.location)'."\n"
> .' top.location="home.php?goto='
> .base64_encode($_SERVER["REQUEST_URI"])
--- Original Message -
From: "Evan Nemerson" <[EMAIL PROTECTED]>
To: "Stephen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, February 02, 2003 2:24 AM
Subject: Re: [PHP] Base64 Encode
: What about $_GET['goto']??? Sounds like another registe
What about $_GET['goto']??? Sounds like another register_globals issue. Also,
instead of base64 encoding, you may want to use the rawurlencode and
rawurldecode functions.
On Saturday 01 February 2003 07:02 pm, Stephen wrote:
> I have a PHP script that works on older versions of PHP but on 4.3,
I have a PHP script that works on older versions of PHP but on 4.3, it
outputs nothing. Here's my code:
'."\n"
."\n".'if (document.location == top.location)'."\n"
.' top.location="home.php?goto='
.base64_encode($_SERVER["REQUEST_URI"]).'";'."\n"
.'';
?>
The problem is, when it
6 matches
Mail list logo