Some characters don't appear in the result of a SELECT

Status
Not open for further replies.

Borox

Member
Hi,

It's not a fabrik question, but a mystery I don't explain...
Some characters which are in a database field are not shown in the result of a select.

In my database field:
upload_2017-6-21_16-37-0.png

My select:
Code:
$db = JFactory::getDBO();
        $sql= "SELECT destinataire_dernier_email FROM liste_utilisateur_complements where user_id = ".$user->id;
        $db->setQuery($sql);
        $db->query();
        $emails_destinataires= $db->loadResult();

The result of echo $emails_destinataires:
Martine Placette,unconseiller4,

I don't understand why my select doesn't retrieve everything...any idea?

Thanks.
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top