hi,
i added a css code to transform the text of my input form however it only displays this and inserts lower case into the database rather than first letter being capitalized.
i looked at the phpstrtoupper, however how would i use this in my input form to change it to upper case letters for first name and last name?
<td>First Name:</td>
<td ><input type="text" class="cap" name="UserFirstName" id="UserFirstName" value="" size="32" /></td>
which class = my css code. how can i use the phpstrtoupper to use in an input form like above code?
many thanks