Forum Moderators: coopster

Message Too Old, No Replies

Change a variable?

         

Spanger

10:12 pm on Aug 30, 2007 (gmt 0)

10+ Year Member



Current value of $totalviews: 987,654,321

I need to remove the commas so the script can do math functions on it.

So I need to change it to: 987654321

How can I do this?

Thanks!

Spanger

jatar_k

10:47 pm on Aug 30, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



$totalviews = str_replace [php.net](',','',$totalviews);