Make a Dwelling
Create a fur-tastic refuge for the critters of Rocky Springs, or for a wild animal from your own locality using the materials provided.

Remember: all animals need shelter, food and water to survive.
$root = $_SERVER['DOCUMENT_ROOT']; $reply = $_GET['reply']; //echo $reply; if($reply != "none"){ date_default_timezone_set('GMT'); $date = date('Y-m-d, G:i:s'); //var_dump($date); include $root. '/includes/db_connect.php'; $con = mysql_connect($hostname,$uname ,$pword); mysql_select_db($dbname, $con); $result = mysql_query("UPDATE user_info SET reply=1,reply_datetime='$date' WHERE friendkey = '$reply'"); mysql_close($con); } ?>