|
PHP Question
I want to print a number string but I'm having trouble.
$Value = '1234';
$Print_Value = $Current_Version[0] . $Current_Version[1] . $Current_Version[2] . $Current_Version[3] ;
echo ("$Print-Value");
I want it to print 1.2.3.4.
I know that $ST=$STR.$STR1 combines strings but I can't figure how to
get the desired output.
__________________
FIRST Team 501 PowerKnights - Mentor
FIRST Team 40 Checkmate - Mentor Alum
FIRST Team 146 Blue Lightning - Alumni
|