<?php function create_path($hash) { return strtolower("{$hash[0]}/{$hash[1]}/{$hash[2]}/{$hash[3]}/{$hash[4]}/"); } // will output something like "a/h/q/6/d/" echo create_path('aHq6dc93d7b');
You have javascript disabled. You will not be able to edit any code.