Thanks to you folks, this works even better:
if($configs['access_key'] === true) {
foreach($pages as $key => $string) {
$pages[$key][0] = '<em>'.$string[0][0].'</em>'.substr($string[0], 1);
}
}Many thanks, :) ... Now I can sleep. :D Cheers, Micky -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

