hi all....
Need your help in Ajax...
Im using php code-ignitor and i want to allow '@' character in URL in httpObject.open(POST, URL , true) method,
since my config file does not allow '@' character in URL...
so is it possible to append '@' char in URL and retreive in controller as a string without modifying config file...

