maybe a very easy question...
How do I change the first letter of a word into a Capital letter using PHP?
Say the variable is filled with 'dog', how do I change it to 'Dog'?
And another question:
How do I limit the number of characters in a variable?
Say the variable is 'The Institutionalization of Third World Countries' and I want to limit the maximum number of character in the variable to 28.
How do I limit the variable and end it with '...'
In my example:
'The Institutionalization of...'
Any help would be appreciated!
Jazz




Bookmarks