my online list is completely different and wont make any sense without the rest of my codings.
placedet = $item[4] (new sql i added) after sex
you could have it as:
if($item[4]!=""){
$where = "<a href=\"$item[4]&sid=$sid\">$item[1] </a>";
}
($item[1] is only the name of the place where as $item[4] is the link)
placedet = $item[4] (new sql i added) after sex
you could have it as:
if($item[4]!=""){
$where = "<a href=\"$item[4]&sid=$sid\">$item[1] </a>";
}
($item[1] is only the name of the place where as $item[4] is the link)
Comment