in my case, i have a textbox that will handle sentence...and in one click, data will be stored in the database...i want to make each word to uppercase when i view it with view.php....My New Project
i already done this
Code: Select all
ucfirst($row[0])and the result in the view.php page is 'My new project'