Keyword

sql query with greek chars

  • stavroch
  • stavroch's Avatar Topic Author
  • Offline
  • Elite Member
More
11 years 3 months ago #114993 by stavroch
sql query with greek chars was created by stavroch
I am using Joomla 3 and mysqli also all the k2 items are in greek (utf8_general_ci).
In item.php I have create sql query but the results are in "????" characters

Here is the code for printing results
  while($row = $result->fetch_assoc()) {
    echo '<br />'. $row['title'];
    echo '<br />'. $row['introtext'];

The k2 items are displayed normally in front end on the menu

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum