Skip to content

Instantly share code, notes, and snippets.

@dennisdegryse
Created January 21, 2015 19:34
Show Gist options
  • Save dennisdegryse/aeae7b5a8c000d0d17a0 to your computer and use it in GitHub Desktop.
Save dennisdegryse/aeae7b5a8c000d0d17a0 to your computer and use it in GitHub Desktop.
<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