Created
January 21, 2015 19:34
-
-
Save dennisdegryse/aeae7b5a8c000d0d17a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li> | |
<?php $url = 'allproducts.php?city=' . url_encode(trim($rs['city'])) . '&id=1'; ?> | |
<a href="<?php echo $url; ?>"> | |
<?php echo $rs['city']; ?> | |
</a> | |
</li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment