hello
i have this code :
the link to this page contains .php?city = abcd
and in the echo link it suppose to convert the $city from thr top to abcd
why it isnt doint that ?
any ideas ?
thanks
i have this code :
Code:
<?php $city=$_GET['city']; $category=$_GET['category']; echo '<a href="[URL="http://www.myweb.com/addform.php?city=$city">'.'"]http://www.myweb.com/addform.php?city=$city">'.'[/URL]['.'Add form'.']'.'</a>'; ?>
and in the echo link it suppose to convert the $city from thr top to abcd
why it isnt doint that ?
any ideas ?
thanks
Comment