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
& - form and session problem! [message #173521] Sun, 17 April 2011 20:39 Go to previous message
lamb is currently offline  lamb
Messages: 5
Registered: April 2011
Karma:
Junior Member
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.


Thanks!
[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: Fri Nov 22 16:46:34 GMT 2024

Total time taken to generate the page: 0.04434 seconds