Hi,
I am encoding all character viz
$relayStateURL = str_replace('&','&', $relayStateURL);
$relayStateURL = str_replace('"','"', $relayStateURL);
$relayStateURL = str_replace("'",''', $relayStateURL);
$relayStateURL = str_replace('>','>', $relayStateURL);
$relayStateURL = str_replace('<','<', $relayStateURL);
as suggested by one post answer as i am getting
Invalid Email
We are unable to process your request at this time, please try again
later.
response when using ie-6.
But after replacing these character its not working with MSIE 6, but
working fine with MSIE-7 and firefox.
Please help me out.....
Regards,
Abhishek
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Apps APIs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---