Category: Datas Protocols

SolR : XML Schema guide

schema.xml is usually the first file you configure when setting up a new Solr installation. The schema.xml file contains all of the details about which fields your documents can contain, and how those fields...

PHP Mysql UTF8 arabic CRUD database

To read ,write and sort Arabic text in mysql database using php correctly, make sure that: 1- MySQL charset: UTF-8 Unicode (utf8) 2- MySQL connection collation: utf8_general_ci 3- your database and table collations are...

Modèles SGBD de Minisis

Introduction to Xml The problem with data exchange In the today’s electronically connected world, it is fundamental that different systems be able to communicate with each other. Because it is infeasible for one system...

Fix UTF8 issues in Oscommerce 2.3

osCommerce 2.3.1 is a bit messy when it comes to the new introduction of UTF-8 character set. In older versions, everything was ISO-8859-1 * Core source code (ISO-8859-1) * Language pack source code (ISO-8859-1)...