Yes encode() function worked perfectely fine.
-vimala/.
On Mon, 15 Mar 2004, Richard Davey wrote:
> Hello Vimala,
>
> Monday, March 15, 2004, 11:55:47 AM, you wrote:
>
> VSP> Is there any way of passing unicode strings properly with href and get?
>
> I'm 99% sure you can pass unicode strings
--- "Vimala S.P." <[EMAIL PROTECTED]> wrote:
> Is there any way of passing unicode strings properly with href and get?
You can pass anything as a URL variable if you URL encode it. That's what
URL encoding is for:
http://www.php.net/url_encode
Hope that helps.
Chris
=
Chris Shiflett - htt
Monday, March 15, 2004 5:25 PM
Subject: [PHP] help with storing multiple values in session variables.
>
> Hi,
>
> I have php configured to use sessions. I have a web-database
> application and have the following problem with sessions
>
>
> I fet
Vimala --
...and then Vimala S.P. said...
%
% Hi,
Hi!
%
...
% Is there any way of passing unicode strings properly with href and get?
If Richard's suggestion of urlencode doesn't work (though I expect it
to), you could also try base64_encode() to form your HREFs and then
base64_decode what
Hello Vimala,
Monday, March 15, 2004, 11:55:47 AM, you wrote:
VSP> Is there any way of passing unicode strings properly with href and get?
I'm 99% sure you can pass unicode strings by simply URL Encoding them
(see urlencode) before appending to the query string. Try it and see?
--
Best regards
Hi,
I have php configured to use sessions. I have a web-database
application and have the following problem with sessions
I fetch values from database and these values get passed
across forms either with POST for submit opion OR GET with href. Now i
have problem passing
6 matches
Mail list logo