W3C errors on PHP URL String variables
I have designed a Real Estate webpage that has over 100 URL Links that pass to another page for a database table query. The page works but when I run a W3C check on the page I get errors. see below for the error from W3C check.
= in
an unquoted attribute value. Probable causes: Attributes running
together or a URL query string in an unquoted attribute value.
.php?company_id=010002&id=1000
Here is the complete line of code. As I said, the code as written below works, but produces W3C check errors.
How can I re-write this code so it passes the W3C check.
Here is the existing line of code:
<a
href="http://mlsonlinecr.com/mlshomesforsale_page.php?company_id=010002&type=%25&city=%25&province=%25&submit=Search#result">Homes</a></li>
<li><a
href="http://mlsonlinecr.com/mlshomesforsale_page.php?
