include "lib/funlib.php";
$lid = (int)$_GET['lid'];
$sccon = "and lid=$lid";
$s_checkpic = s_checkpic($sccon);
if ($s_checkpic['pic'] != 'null'){
$filename = $s_checkpic['pic'];
$pic = "";
}
else{
$pic = "No Map!";
}
if ($s_checkpic['website'] != 'null'){
$site = $s_checkpic['website'];
$website = "http://$site";
}
else
{
$website = "null";
}
?>
| Location: | echo $s_checkpic['lname']; ?> | |
| Address: | echo $s_checkpic['address']; ?> | |
| Phone: | echo $s_checkpic['phone']; ?> | |
| Website: | echo $website; ?> | |
| echo $pic; ?> | ||
| [Close] | ||