its syntax is: string strtoupper (string string) <? $sentence = "cooking"; $sentence = strtoupper($sentence); print $sentence; ?>