Spaecial charectar allowed in php


 Spaecial charectar allowed in php


<?php
function filter_sting($addstring)
{
    $filter_string = str_replace(",","<br>","$addstring");
    return $filter_string;
}
function decode_characters($data)
{
    $text = $data;
    $enc = mb_detect_encoding($text, "UTF-8,ISO-8859-1");
    $resutl_characters = iconv($enc, "UTF-8", $text);
    return $resutl_characters;
}
?>
Share on Google Plus

About quora Questions & Answers A-Z

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment