Tokens in URL? Need help today! |
2/21/2012 1:15:04 PM |
PHPRunner General questions | |
author
I'm trying to provide links to some google maps we have configured for legislative redistricting. The example below does not work. Can you help? http://maps.google.com/maps?f=q&hl=e&q=http://newmapmn.com/Portals/0/KML/vs/{$HD12_value}.kml
|
|
C
|
copper21 2/21/2012 |
I think this might work: Open up the HD12_value field and select "Custom" in "View As" |
|
501406 2/21/2012 |
I think this might work: Open up the HD12_value field and select "Custom" in "View As" $data; $value = "<a target=_blank href=\"http://maps.google.com/maps?f=q&hl=e&q=http://newmapmn.com/Portals/0/KML/vs/".$data["HD12_value"].".kml\">House District Value</a>"; This will open up this link in a new window, but should place the HD12_value after the forward slash and before the .kml Brian
|
![]() |
Sergey Kornilov admin 2/21/2012 |
Do you use ASPRunnerPro or PHPRunner? |
|
501407 2/21/2012 |
Do you use ASPRunnerPro or PHPRunner?
|
![]() |
Sergey Kornilov admin 2/21/2012 |
I guess posting this in PHPRunner forum doesn't make much sense in this case. |
C
|
copper21 2/21/2012 |
I second that... |
|
501408 2/21/2012 |
I second that...
|