Instead of writing it all out again.. just select the paragaph, and do this:
PHP Code:<?php
$paragraph = "PARAGRAPH HERE";
$para = strtolower($paragraph);
$paragraphy = ucfirst($para);
echo $paragraphy;
?>
Printable View
Instead of writing it all out again.. just select the paragaph, and do this:
PHP Code:<?php
$paragraph = "PARAGRAPH HERE";
$para = strtolower($paragraph);
$paragraphy = ucfirst($para);
echo $paragraphy;
?>
Look at our budding PHP Coder :p
I never really knew you coded PHP much Ryan. Bearing in mind im sure you can code rings around me [:
Ye, but I code randomly and not very neat lol.
Code:
Look:PHP Code:<?php
$paragraph = "I Like To Eat Dogs In My Mums Bedroom At Night When She Is Asleep With A Top On And Obviously Bottoms So Its Very Wierd";
$para = strtolower($paragraph);
$paragraphy = ucfirst($para);
echo "<strong>Before:</strong><br />";
echo $paragraph;
echo "<br /><strong>After:</strong><br />";
echo $paragraphy;
?>
www.froobe.co.uk/yousmell.php