Results 1 to 4 of 4
  1. #1
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default [PHP] Remove  from string?

    I never really knew why you get these in strings, I gather its something to do with the encoding?

    http://www.habbcrazy.net/jack/roomname.php?id=17121341

    Anybody know of any functions to remove it?

    Thanks

  2. #2
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default

    Did it in the end

  3. #3
    Join Date
    Jan 2006
    Location
    Kent
    Posts
    987
    Tokens
    0

    Default

    How did you manage to do it in the end then?
    This is our situation and we're happy to be here,
    I wouldn't change this place for anything.


  4. #4
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default

    http://www.php.net/manual/en/function.iconv.php

    $string = iconv( 'UTF-8', 'ISO-8859-15//TRANSLIT', $string );

Posting Permissions

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