Results 1 to 6 of 6

Thread: *solved* Make "3.66666666667" look like "3.66" ?

Threaded View

  1. #1

    Thread Starter
    Frenzied Member wpearsall's Avatar
    Join Date
    Feb 2002
    Location
    England / UK
    Posts
    1,065

    *solved* Make "3.66666666667" look like "3.66" ?

    Hey ya,

    I'm making a Top Site List at the moment, and In it i have a rating thing.

    Well To get the rating i am doing

    PHP Code:
    $rating $total_rating/$ratings
    But with this, i am getting:

    $rating = "3.66666666667";

    and what i want it to look like is:

    $rating = "3.66";

    How do i do this?
    Last edited by wpearsall; Oct 22nd, 2002 at 05:58 PM.
    Wayne

Posting Permissions

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



Click Here to Expand Forum to Full Width