Search found 1 match

by dlmaster
Sat Jan 05, 2008 4:00 am
Forum: PHP - Code
Topic: & missing in url
Replies: 2
Views: 334

& missing in url

Hi, PHP Code: <a href="home.php?user=<?php echo $id ?>&adr=<?php echo $adr[$j]?>"><?php echo $tt[$j] ?></a><br> PHP Code: echo "<a href='home.php?user=$id&adr=$adr[$j]'>$tt[$j]</a><br>"; I have tried both of this code to pass the value of adr to the page mentioned but the...