Web Cam Full Size

[insert_php]
// note that this page is not available off a menu.
// page auto refreshes every 60 thanks to WordPress plugin ‘Auto Refresh Single Page’
// echo ‘
Close
‘;
echo ‘
‘;
$image = $_GET[‘p’];
if (strlen(image) > 0)
{ // we have an image to work with
$path = ‘https://www.soarccsc.com/cams_ccsc/’;
$fullPathImageName = $path . $image;
$pos = stripos($image,’hanger’);
if ($pos !== false)
{ // we have the hanger cam
echo ‘HangerCam
‘;
}
echo ‘No image to display.‘;
}
[/insert_php]