how to pass empty string as a parameter value |
[eluser]Jelmer[/eluser]
I've solved it in the past by putting a dash or a zero there and then translate it in the function: Code: function mail( $a, $b, $c ) URI example: http://www.mysite.com/mail/-/some/thing Results in: Code: $a = ''; |
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
|