query($cmdGetCategories); while ($GetCategories = $stmt->fetch_assoc()) { $catID = $GetCategories['catID']; $catIDstr = $catIDstr."*".$catID."* "; } } ?>
query($cmdRemoveCategories); // 'if they checked the box and want to start over completely $startOver=$_POST["startOver"] ?? ''; if($startOver == "Yes"){ header("Location: selector.php?mID=".$memberID); } // build array of choices // go through all 45 options on previous page $aryCatID = array(); for($nCount = 1; $nCount < (intval($numberOfUploads)); $nCount++){ $catzName = "catz".$nCount.""; // get each choice from previous page if checked, insert it $aryCatID[$nCount] = $_POST[$catzName] ?? ''; if($aryCatID[$nCount] != ""){ // 'insert their categories $cmdAddCatPref = "INSERT PhotoCatsCrossTheShow (memberID, catID) values (".$memberID.", ".$aryCatID[$nCount].")"; $stmt = $conn->query($cmdAddCatPref); //echo "
sql= ". $cmdAddCatPref; } } // 'change update status for fav cats $cmdChangeUpdateStat = "UPDATE Members Set selectedFavCategories = 1 WHERE memberID = ".$memberID; $stmt = $conn->query($cmdChangeUpdateStat); header("Location: /gallery/photo-show.php?memberID=".$memberID."&sortBye=New"); } else { // first time here ?>

Edit Your Favorite Photo Categories

Change the images you see in your "Photo Show" by editing these subject categories. str ". $catIDstr; ?>

checked> Nature & Landscape

checked> Outdoor Color checked> Sunrise, Sunset checked> Forests & Trees checked> Seascapes & Coastal

checked> Animals

checked> Lions, Tigers, Bears checked> Birds checked> Dogs & Puppies checked> Cats & Kittens

checked> People

checked> Cute Kids & Babies checked> Love & Weddings checked> At Work & Play checked> Faces

checked> Abstracts & Graphic

checked> Abstract checked> Lines, Patterns, Shapes... checked> Bokeh & More checked> Motion Blur

checked> Digital Darkroom

checked> Composites checked> Filters & Effects checked> HDR checked> Black & White

checked> Travel & Place

checked> American West checked> National Parks checked> European Destinations checked> Far East

checked> Flowers

checked> Floral Portraits checked> Critters on Flowers checked> Filling the Frame checked> Wildflowers

checked> Close-Ups

checked> Close-Up Details checked> Bugs checked> Water Droplets checked> Extreme Macro

checked> Man-Made

checked> Lighthouses & Architecture checked> Planes, Trains, Autos checked> Paths & Bridges checked> Cityscapes
 

 

 
Or... you can

Delete All & Start Fresh with the Main 9 Categories

Not Signed In

It appears you are not logged in. It may be that your session timed out due to inactivity. Log in using the button above and try again.