21489 Posts in 5783 Topics by 2622 members
| Go to End | ||
| Author | Topic: | 1920 Views |
-
Re: [solved] limit of silvertripe

1 April 2009 at 2:58pm Last edited: 1 April 2009 2:58pm
Big thanks !!! Its work now...
I go promote Silverstripe ! -
Re: [solved] limit of silvertripe

3 April 2009 at 6:45am
I have change this :
if(is_numeric($zip))for this :
if(!empty($zip) || $zip != " ")Because the zip in canada is like this. A2A 2A2
( letter number letter space number letter number )the empty search work but when i enter a space it's dont work like i want.
this code dont work ? $zip != " "
| 1920 Views | ||
| Go to Top |

