Codeigniter have utf-8 character input data save issue in some hosting servers like Etisalat. system/core/Utf8.php have function to detect illegal char in input data(post/get). In some cases utf-8 char is consider as illegal and save function will fail. For avoid data saving issue do the following in clean_string() function of Utf8.php at line 85. $str…
Author: smarttips
Free Online Tools for Web Statistics
A web analytics tool is necessary for every website to do the tracking of traffic and prepare strategies according to that. Fortunately, there are tons of web statistics tools available in online. Although each analytics tool has its own unique features, but choosing the right one is of utmost importance. Using multiple analytics tools is really…
Change db collation of all tables in mysql
SELECT CONCAT( ‘ALTER TABLE `’, t.`TABLE_SCHEMA` , ‘`.`’, t.`TABLE_NAME` , ‘` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;’ ) AS stmt FROM `information_schema`.`TABLES` t WHERE 1 AND t.`TABLE_SCHEMA` = ” ORDER BY 1 LIMIT 0 , 50 Above mysql query generate Alter table commands for the specified database. Run these sql statement as group.
Template: Featured Image (Vertical)
This post should display a featured image, if the theme supports it. Non-square images can provide some unique styling issues. This post tests a vertical featured image.
Template: Featured Image (Horizontal)
This post should display a featured image, if the theme supports it. Non-square images can provide some unique styling issues. This post tests a horizontal featured image.