elwingfield
01-02-2010, 02:48 AM
I have a mysql database and am building php pages in dreamweaver cs4. The data in my database is in all caps so the data is apearing in all caps on my php pages. I am trying to figure out how to format the data so that it is not all uppercase but capitalized (meaning just the first letter is capitalized of each word).
I also need to figure out how to format the dynamic text so that only the first letter of each sentance is capitalized.
Again all letter area already capitalized so the css text-transform isn't working.
I also need to figure out how to format the dynamic text so that only the first letter of each sentance is capitalized.
Again all letter area already capitalized so the css text-transform isn't working.