<?php function create_path($hash) { return preg_replace('#\S#u', '/$0', strtolower(substr($hash, 0, 5))) .'/'; } echo 'path: '.create_path('ahqñree');
You have javascript disabled. You will not be able to edit any code.