what is the difference between these two addresses?
Code:
<?php
$a="http://www.will-law.org/home/Case-Updates/2012/09/14/BREAKING-NEWS---Dane-County-Judge-Declares-Significant-Portions-of-Act-10-Unconstitutional";
$b="http://www.will-law.org/home/Case-Updates/2012/09/14/BREAKING-NEWS---Dane-County-Judge-Declares-Significant-Portions-of-Act-10-Unconsti*tutional";
if ($a==$b) echo "the same";
echo '<a href="http://www.will-law.org/home/Case-Updates/2012/09/14/BREAKING-NEWS---Dane-County-Judge-Declares-Significant-Portions-of-Act-10-Unconstitutional">a</a>
<br><a href="http://www.will-law.org/home/Case-Updates/2012/09/14/BREAKING-NEWS---Dane-County-Judge-Declares-Significant-Portions-of-Act-10-Unconsti*tutional">b</a>'
?>
I have not figured it out, but here is a hint. They both go to two different addresses. When I posted it as code the second link shows an A with a halo over it between the i and t of constitutional.