View Single Post
Old 08-30-2005, 01:27 PM  
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
My way is much better:

Code:
<?php
$exp = explode($_POST["cat1"]);
$str = "";
for($i=0;$i<count($exp);$i++)
{
   $str = $str . strtolower($exp[$i]);
}
?>
<?=echo $str?>
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote