/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
function titleCase($string) {
$i=0;
$last= "";
$new= "";
while ($i<$len):
else:
endif;
$last=$char;
$i++;
endwhile;
return($new);
};
Comments
 Subscribe to comments
                    Subscribe to comments
                
                