I am building a basic PHP real estate website and am trying to link to County Tax Information and County Property information. The county uses the TMK #: 2540020130023 (Tax Map Key) id number to give out this information. In my Database the TMK is called “propertyref”.
When I “View Source” on the websites that offer this information I see this code were the links are. Their code has input the TMK but I cannot see how after it has been processed.
The “County Parcel Info” link is the actual TMK and the “Property Tax Info” link is the TMK minus the first letter (always a 2).
The software I am using does not do this but I have purchased a license for it and am allowed to modify the code on the page.
Any help would be greatly appreciated to know how they did this.
<p>
<FORM target="_blank" NAME=tmk ACTION="http://kivanet10g.co.maui.hi.us/kivanet/2/land/lookup/index.cfm?fa=aclladdr&jur=MAUI" METHOD=POST ENCTYPE="multipart/form-data"><INPUT TYPE=hidden NAME=apn VALUE=[B]2540020130023[/B]><a href="#" onclick="document.tmk.submit()"><strong>County Parcel Info</strong></a></FORM>
</p>
<a href="http://qpublic7.qpublic.net/hi_maui_display.php?KEY=[B]540020130023[/B]" target=new><b>Property Tax Info</b></a>