Hallo!
Hier, hab ein kleines samplechen:
<html>
<head><title>.:: united-scripts.com sample</title></head>
<body>
<?
if($str){
$str = strtoupper(substr($str, 0, 1)) . substr($str, 1);
echo $str;
}
?>
<p><form action="<? echo $PHP_SELF; ?>" method="post">
String zum umwandeln:
<input type="text" name="str" value="test"><p>
<input type="submit">
</form>
</body>
Saludo
piz