C
|
cgphp 11/5/2011 |
Post your code. |
C
|
cjsaputo author 11/5/2011 |
Post your code.
|
C
|
cgphp 11/6/2011 |
Create a custom field on the list page and enter this code: $address = urlencode($data['address'].",".$data['city'].",".$data['zip']); |
C
|
cjsaputo author 11/6/2011 |
I'm sorry but I don't know what you mean by create a custom field. I only see Insert "Button", "Google map" or "PHP code snippet". Create a custom field on the list page and enter this code: $address = urlencode($data['address'].",".$data['city'].",".$data['zip']); |
C
|
cgphp 11/7/2011 |
In the Query tab create an alias for one of the field of the SQL query: SELECT
|