![]() |
Quick php question.
I need to echo the following from a form post but make it echo the variable in lowercase.
This does upper case: <?php echo $_POST["cat1"]; ?> What does lower case? Thanks! |
<?php echo strtolower($_POST["cat1"]); ?>
|
i love you
|
www.php.net and download the help .chm
|
<?=strtolower($_POST["cat1"])?>
I like that better. the <?php echo strtolower($_POST["cat1"]); ?> for one line in between html looks look ugly. |
My way is much better:
Code:
<?php |
All times are GMT -7. The time now is 02:04 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123