Tag Archive For "replace"
str_replace Case Sensitive Problem
When i use str_replace for replacement in PHP, it is changing without any case sensitive. Example i want to bold HousE, code is Php 5 have another function to solve this problem str_ireplace() . But this is solve my problem exactly. Because i want to replace case sensitive to case sensitive. I found this solution for …
Converting Unescape Chars in MySQL for SEO
Sometimes, i need to convert datas for search engine optimization (SEO). I use MySQL replace command for this. Just login to phpmyadmin or any tool for run SQL command. Paste command set, change table and field name than run.
Recent comments