Morris2 Posted October 5, 2011 Share Posted October 5, 2011 Hi. I have a standard HTML multiform working. Inputs from here goes into a MySQL table, and is re-used in the website. I want all inputs saved in the database as capital letters, to get a more clean overview, both in the database and on the website. I would also like to know where to insert this new line of code (if any) The first form input field looks like this: <input type="text" name="artist"/> Best regards Morris Quote Link to comment https://forums.phpfreaks.com/topic/248459-i-want-all-inputs-saved-in-the-database-as-capital-letters/ Share on other sites More sharing options...
QuickOldCar Posted October 5, 2011 Share Posted October 5, 2011 http://php.net/manual/en/function.strtoupper.php Quote Link to comment https://forums.phpfreaks.com/topic/248459-i-want-all-inputs-saved-in-the-database-as-capital-letters/#findComment-1275898 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.