|
C
|
cgphp 9/21/2012 |
|
Dump the $data['Location'] variable before the if statement: var_dump($data['Location']);
|
|
|
S
|
scoobysteve author 9/21/2012 |
|
Dump the $data['Location'] variable before the if statement: var_dump($data['Location']);
|
|
|
C
|
cgphp 9/21/2012 |
|
Check if you have initiliazed the $data['Location'] variable correctly. |
|
|
S
|
scoobysteve author 9/21/2012 |
|
Check if you have initiliazed the $data['Location'] variable correctly.
|
|
|
C
|
cgphp 9/21/2012 |
|
Use $values['Location'] not $data['Location'] |
|
|
S
|
scoobysteve author 9/21/2012 |
|
Cristian |
|
|
C
|
cgphp 9/21/2012 |
|
Make sure Location is the real name of the field: Location is different from location (case sensitive). |
|
|
S
|
scoobysteve author 9/23/2012 |
|
Ok I think the double == thing might have been it thanks |
|