$_GET['q'] does not work with & ??
Posted: Sat May 02, 2009 10:30 pm
I tried to get the id info from http://www.domain.com/profile.php?id=v-&-cat but I only see the 'v-'
The codes I tried
and
Is this normal? And if so, how to fix this? thanks!
The codes I tried
Code: Select all
<?= htmlentities($_GET['id']) ?>Code: Select all
<?php echo $_GET['id'] ?>