function addtrailingslash ( $string ) { if ( !preg_match("/\/$/", $string ) { $string .= "/"; } return $string; }
php::bar PHP Wiki - Listenarchive