Thread: Split String
View Single Post
  #1  
Old 12-11-2005, 05:28 AM
kelli kelli is offline
OSP Starters
 
Join Date: Dec 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
kelli is on a distinguished road
Default Split String

hi

I have a variable. it is number
i want to split each of 3 digits of it with comma form right side.

example

PHP Code:
$test1=89245632;
echo $test1;

i want to show it as this: 89,245,632. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - Split String
Thread: Split String
View Single Post
  #1  
Old 12-11-2005, 05:28 AM
kelli kelli is offline
OSP Starters
 
Join Date: Dec 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
kelli is on a distinguished road
Default Split String

hi

I have a variable. it is number
i want to split each of 3 digits of it with comma form right side.

example

PHP Code:
$test1=89245632;
echo $test1;

i want to show it as this: 89,245,632. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote