so my code is
Code:
$sql = "SELECT * FROM my_contacts where id=".$_GET['contact'];
$result = make_query($sql);
while($row = mysql_fetch_assoc($result)) {
$trades .= "<div>";
$trades .= "<table cellspacing=\"0\" border=\"0\">\n";
$trades .= "<tr><td width=\"120\"><b>Name:</b> </td><td width=\"100\">" . $row['Contact'] . "</td></tr>";
$trades .= "<tr ><td><b>more council info</b> </td><td> <a href='".$row['contact']."' target='_blank'>Click Here</a></td></tr>";
that will go to
www.myurl.com/councilmaps/['contact'].php
on the next line down i want to use the same $GET ['contact'] but use the url
www.myurl.com/council['contact'].php different from the councilmaps/
iv checked by chaning the councilmaps to councils in the url keeping the same ['contact' detaisl and it works fine.. hope you understand
http://www.justaskdino.com/councilsm...rict%20Council
that link will take you to the page if you look at more info and follow that link i want it to go to all the info shown in councils.php