Link to home
Start Free TrialLog in
Avatar of mgtm3
mgtm3Flag for Israel

asked on

how can i search the table using full text if the table is in arabic utf-8? using mysql php

this is my command to search the table

and if i search for something in arabic i dont find it but if i search for somerthing in english i do find it

please help
$query ="SELECT * FROM posts WHERE
                MATCH(content) AGAINST('$search' IN BOOLEAN MODE)   ORDER BY id DESC";

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial