San Diego Lobster
echo $webcontent; ?>
Went through the archives and found a video of the first day of San Diego Lobster....my how we've grown!
Got a Question about our restaurant? A preorder? Send Your Questions below:
$name = $_POST['name']; if ($name) { $email = $_POST['email']; $comments = $_POST['comments']; $content = "$name
$comments"; mail("kdsecor@gmail.com","SD Lobster",$content,"Content-Type: text/html"); echo "Thank You!"; } ?>