Home
last modified time | relevance | path

Searched refs:otherParams (Results 1 – 1 of 1) sorted by relevance

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.random.php68 $otherParams = array(); variable
75 $otherParams[] = urlencode($key).'['.urlencode($vkey).']='.urlencode($vvalue);
78 $otherParams[] = urlencode($key).'='.urlencode($value);
81 header('Location: ../phpThumb.php?src='.urlencode($randomSRC).'&'.implode('&', $otherParams));