Results 1 to 2 of 2

Thread: Insert £ sign

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2004
    Posts
    1,202

    Insert £ sign

    Can anyone tell me where to insert a pound sign to show it using the code below.

    PHP Code:
    $totmoney $totmoney + (int)$myrow["money"]; 
    come back and mark your original post as resoved if your problem is fixed

    Jamie Garland

  2. #2
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Insert £ sign

    just add:

    $tomoney = '£' . $tomoney;
    My usual boring signature: Something

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