codice
3 years ago in PHP
<?php
$nome=$_POST["nome"];
$cognome=$_POST["cognome"];
$cognome=strtoupper($cognome);
echo($cognome);
?>