how to pass empty string as a parameter value |
[eluser]pbreit[/eluser]
I think he wants to know what to do if "a" is "". This is yet another reason why CodeIgniter's lack of querystring support is so dang annoying. It is completely insane to try to do everything with path parts. The simple answer woud be http://www.mysite.com/mail?a=&b=&c= |
Messages In This Thread |
how to pass empty string as a parameter value - by El Forum - 10-12-2010, 09:10 AM
how to pass empty string as a parameter value - by El Forum - 10-12-2010, 11:28 AM
how to pass empty string as a parameter value - by El Forum - 10-12-2010, 03:23 PM
how to pass empty string as a parameter value - by El Forum - 10-12-2010, 03:32 PM
how to pass empty string as a parameter value - by El Forum - 10-12-2010, 03:36 PM
how to pass empty string as a parameter value - by El Forum - 10-12-2010, 08:27 PM
|