Page 139 of 211,240, showing 20 records out of 4,224,782 total, starting on record 2,761, ending on 2,780
# | Username | Text | |
---|---|---|---|
# | Aug 7th 2008, 09:36 | moelee | $var = null |
# | Aug 7th 2008, 09:36 | Eddie_CRO | and no get warning :) |
# | Aug 7th 2008, 09:37 | moelee | function action($thisvar = null) |
# | Aug 7th 2008, 09:37 | Eddie_CRO | no, from address bar, through link :) |
# | Aug 7th 2008, 09:37 | moelee | hm |
# | Aug 7th 2008, 09:37 | Eddie_CRO | \/search for example |
# | Aug 7th 2008, 09:37 | Eddie_CRO | i have it defined function search($parameter) |
# | Aug 7th 2008, 09:37 | moelee | well if it is passed through the address bar, it still is passed through the function |
# | Aug 7th 2008, 09:37 | Eddie_CRO | but |
# | Aug 7th 2008, 09:37 | moelee | i.e. |
# | Aug 7th 2008, 09:38 | moelee | http://blah.com/search/apples |
# | Aug 7th 2008, 09:38 | Eddie_CRO | yes, but i get warning |
# | Aug 7th 2008, 09:38 | moelee | will pass apples into $param |
# | Aug 7th 2008, 09:38 | moelee | function search($param) |
# | Aug 7th 2008, 09:38 | Eddie_CRO | oh |
# | Aug 7th 2008, 09:39 | Eddie_CRO | i did something and i don't get it any more |
# | Aug 7th 2008, 09:39 | moelee | so just set param default = null |
# | Aug 7th 2008, 09:39 | Eddie_CRO | don't know how |
# | Aug 7th 2008, 09:39 | Eddie_CRO | ) |
# | Aug 7th 2008, 09:39 | moelee | haha |