Forum Moderators: coopster
$short_payment_method=substr($orders['payment_method'],0,11); From the PHP Manual [us2.php.net]:
substr ( string string, int start [, int length] )
substr() returns the portion of string specified by the start and length parameters.