Results 1 to 6 of 6

Thread: PHP help ;)

  1. #1
    Join Date
    Feb 2007
    Location
    Essex, England
    Posts
    1,392
    Tokens
    0

    Latest Awards:

    Default PHP help ;)

    Probably should have gone in another forum but -

    How in php do you format a number so that there's a comma after every 3 numbers.

    eg:
    50000 => 50,000

    I'm probably missing something really easy?


  2. #2
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default

    You could try and do a string replace for 000 to 000,

    I don't know a function for it..
    How could this hapen to meeeeeeeeeeeeeee?lol.

  3. #3
    Join Date
    Mar 2008
    Posts
    5,108
    Tokens
    3,780

    Latest Awards:


  4. #4
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default

    Ooh nice. Useful for 20000 => $200.00
    How could this hapen to meeeeeeeeeeeeeee?lol.

  5. #5
    Join Date
    Feb 2007
    Location
    Essex, England
    Posts
    1,392
    Tokens
    0

    Latest Awards:

    Default

    Thanks guys.
    +rep all.

    Already repped you before reconix ;D


  6. #6
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default

    Hehe kk
    How could this hapen to meeeeeeeeeeeeeee?lol.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •