FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » & - form and session problem!
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
[SOLVED] Re: & - form and session problem! [message #173533 is a reply to message #173521] Mon, 18 April 2011 12:29 Go to previous message
lamb is currently offline  lamb
Messages: 5
Registered: April 2011
Karma:
Junior Member
Il 17/04/2011 22:39, lamb ha scritto:
> Hello.
>
> I'm running an ecommerce site using php.
>
> I have problem with customers that doesn't accept cookies.
>
> In these cases PHP uses the GET params to transfer session in (osCid im
> my case) from a page to another.
>
> But I have problems with forms!
>
> When I have a form the link:
>
> http://mysite.com/index.php?language=fr&osCid=xxxxx
>
> is automatically transformed in
>
> http://mysite.com/index.php?language=fr&osCid=xxxxx
>
> where & becomes &
>
> So in the arrival page $_GET[osCid] is empty!
>
> There is a way to avoid this substitution?
>
> Or there is a way, using mod_rewrite, to transform
> http://mysite.com/index.php?language=fr&osCid=xxxxx in
> http://mysite.com/index.php?language=fr&osCid=xxxxx.
>

solved!! my arg_separator.input was = '&'

now my hoseter has stated arg_separator.input = '&' so all link
versions are recognized!

Thanks everybody!
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: mysqli - can I bind wildcard params, and just get a result back to make a hash?
Next Topic: Parameter passing question
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Nov 30 03:42:52 GMT 2024

Total time taken to generate the page: 0.04738 seconds