hello every one here
i'm trying to do the following
but when this value is passed to browser the address bar shows
means that ampersand is converted to (%26) without brackets and i think '$' is also converted to its code.
Is there nay way to fix it?
i'm trying to do the following
Code:
<option value="<?php echo "50&order=$order&type=$type&owner=$owner&page=$page"; ?>" <?php if($showing=="50") echo "selected"; ?>>50</option>
Code:
http://lxg/lxgaming/browse.php?showing=50%26order%3D%26type%3D%26owner%3D%26page%3D1
Is there nay way to fix it?