GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Quick php text format question.. thnx :) (https://gfy.com/showthread.php?t=911463)

xxweekxx 06-19-2009 08:23 AM

Quick php text format question.. thnx :)
 
hey say i want it so that everytime php echos a text/whatever, itll convert it to:

Example,

HELLO, HeLLO, hallo,

I want it to convert it before echoing to:

Hello

Basically first letter caps, other letters lower case

woj 06-19-2009 08:28 AM

ucfirst(strtolower()) ftw

xxweekxx 06-19-2009 08:30 AM

can u give me the full php code..

say i have:

<?=$row['firstname']?>

what will it become exactly?

sorry im a php noob

woj 06-19-2009 08:34 AM

Quote:

Originally Posted by xxweekxx (Post 15978118)
can u give me the full php code..

say i have:

<?=$row['firstname']?>

what will it become exactly?

sorry im a php noob

<?=ucfirst(strtolower($row['firstname']))?>

xxweekxx 06-19-2009 08:43 AM

works perfect.. you da man!


All times are GMT -7. The time now is 12:26 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123