21287 Posts in 5733 Topics by 2602 members
General Questions
SilverStripe Forums » General Questions » request->param('OtherID') missing info after a '.' ....
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 290 Views |
-
request->param('OtherID') missing info after a '.' ....

22 November 2011 at 11:02am
Hi,
I'm creating a system where people can add domain names to a shopping cart. i make a url eg, add/domain/silverstripe.co.nz/
however, request->param('OtherID') gives me 'silverstripe.co' instead of 'silverstripe.co.nz'
eg, it drops off the final part after the 2nd '.'
i've solved in my case by replacing the dots with dashes and back again, but just wondering if this is a bug?
| 290 Views | ||
|
Page:
1
|
Go to Top |

