diff --git a/image.php b/image.php index c033ea8..331ef76 100644 --- a/image.php +++ b/image.php @@ -4,7 +4,7 @@ $loc = "US"; if( isset( $_GET['loc'] ) ) { - $loc = strtoupper($_GET["loc"]); + $loc = urlencode(strtoupper($_GET["loc"])); } //get the image url @@ -38,9 +38,9 @@
< Back to article -Viewing image:
-Viewing image:
+