KaFF Posted March 21, 2007 Share Posted March 21, 2007 Hi, I am trying to transform a text box into uppercase which works fine, but the data that then goes into the database is in lower case. How can i get it to input uppercase into both the database and text box? Any ideas? Kaff Link to comment https://forums.phpfreaks.com/topic/43733-solved-uppercase-text-problem/ Share on other sites More sharing options...
DeathStar Posted March 21, 2007 Share Posted March 21, 2007 Why not just convert it again to uppercase at the retrieval page? Link to comment https://forums.phpfreaks.com/topic/43733-solved-uppercase-text-problem/#findComment-212316 Share on other sites More sharing options...
per1os Posted March 21, 2007 Share Posted March 21, 2007 http://us3.php.net/manual/en/function.strtoupper.php Link to comment https://forums.phpfreaks.com/topic/43733-solved-uppercase-text-problem/#findComment-212326 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.