= 11 && substr($remaddr, 0, 11) == '204.130.161') ? '204.130.161.181:8000' : '66.178.151.114:8000'; $offset = date('O'); $lat = 42.44; $lng = -123.33; $zen = 90; $ofs = date('Z') / 3600; $sunrise_ts = date_sunrise(time(), SUNFUNCS_RET_TIMESTAMP, $lat, $lng, $zen, $ofs); $sunset_ts = date_sunset(time(), SUNFUNCS_RET_TIMESTAMP, $lat, $lng, $zen, $ofs); $now_ts = date('U'); $sunrise = date('g:i A', $sunrise_ts); $sunset = date('g:i A', $sunset_ts); $today = date('l, F j, Y'); $mysqli = new mysqli(DB_HOST, DB_USER, DB_PASSWORD, DB_DATABASE); $talkback = array(); $query = 'select id, mdate, username, comments from sys_talkback where story_id = 9 and approved = \'1\' and mdate > \'' . date('Y-m-d', strtotime('-180 days')) . '\' order by mdate desc limit 30'; if (!($res = $mysqli->query($query))) printf("MySQL Error #%d, %s.\n", $mysqli->errno, $mysqli->error); while ($row = $res->fetch_assoc()) { extract($row); list ($date, $time) = explode(' ', $mdate); $disp_date = date('n/j/Y g:i:s a', strtotime($date . ' ' . $time)); $talkback[$id] = array($disp_date, $username, $comments); } $mysqli->close(); ?> Grants Pass Daily Courier -- Holiday Plaza Cam ' . "\n"; } ?> ' . "\n"; include($inc . 'menu_top.incl.php'); include($inc . 'menu.incl.php'); echo ' ' . "\n"; ?>

click to reload

Holiday Plaza Cam

The Holiday Plaza camera is set up on Fifth Street between G and H streets, pointing at downtown Grants Pass' Holiday Plaza. This live stream is provided by GrantsPassWeather.com and is being broadcast by the Daily Courier as a public service

Since it is not a Daily Courier stream, we will not be able to answer questions about technical difficulties. Older browsers may have trouble viewing the stream.
A partnership with high-speed Internet provider Hunter Communications has made it possible to support the massive bandwidth requirements for the Daily Courier’s five cameras.

Checkout our other web cams
River camera Downtown camera Bridge camera Critter camera 1 Critter camera 2

Share your thoughts on this page
The following comments are from the readers of thedailycourier.com. In no way do they represent the views of The Daily Courier or thedailycourier.com. Comments will not be posted immediately, but will be approved and post periodically throughout the day. Thank you for your participation.

Thank you for your comments. They appear below. Please be aware that rude, off-topic or otherwise immaterial comments will be removed by our moderator.

$talk_array) { list ($date, $name, $cmnt) = $talk_array; echo '

' . $name . ' ' . $date . '
' . htmlentities($cmnt) . '

' . "\n"; } } ?>