hello
i have this code :
the link to this page contains .php?city = abcdCode:<?php $city=$_GET['city']; $category=$_GET['category']; echo '<a href="http://www.myweb.com/addform.php?city=$city">'.'['.'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



LinkBack URL
About LinkBacks
Reply With Quote
