Hi, I have a mapping program that searches and returns property information. When a property is selected, it returns all the known information including zoning, Id, acres, etc.
I'm trying to fix a lookup script that returns a url for the specific zone that is listed. I do this via php lookup file. However, the link that is returned is different than the one I put in the php lookup file. For example,
thanks, i'll look into escaping the $... The lookup code php just matches the result of the zoning query with its url link to the zoning code. So the sile has a lot of this:
$lookup['Zoning']["R-1"] = "Residential Low Density (4 units / acre)";
$popup['Zoning']["R-1"] = "http://www.amlegal.com/nxt/gateway.dll?f=templates$fn=altmain-nf-contents.htm$cp=California%2Fgridley_ca$tt=altmain-nf.htm$3.0";