session_start();
include("flickrLib.php");
foreach ($_POST as $key => $value) { $$key = $value; }
foreach ($_GET as $key => $value) { $$key = $value; }
foreach ($_SESSION as $key => $value) { $$key = $value; }
foreach ($_REQUEST as $key => $value) { $$key = $value; }
foreach ($_FILES as $key => $value) { $$key = $value; }
$picset = 72157713000736708;
$doc = getFlickrStructure($picset);
$photocount = count($doc->photoset->photo);
?>
Substrate Portfolio
View Our Past Epoxy Flooring Projects
We believe that the most important kinds of success speak for themselves. That’s why we are proud of our growth as the preferred epoxy flooring provider in Iowa. Hundreds of satisfied clients have come to us time and time again in the industrial, commercial and residential sectors. From homeowners and building managers, project coordinators to general contractors, we’ve been able to provide premium concrete coatings for projects of all sizes.
Projects
$a = 0;
while($a < $photocount){
if($squarethumb)
$thumbstr = $thumbwidth . "c";
else
$thumbstr = $thumbwidth . "u";
$thumburl=$doc->photoset->photo[$a][url_s];
$contenturl=$doc->photoset->photo[$a][url_z];
if(!$contenturl)
$contenturl=$thumburl;?>
$a++;
}?>