J

J J's Phpqa - A Php Blog

The PHP, MySql, Javascript helper. Contains helpful
functions, urls, methods to handle them

  • Rated2.6/ 5
  • Updated 11 Years Ago

Recent blog posts from Phpqa - A Php Blog


How to select a specified number of values starting with each alphabets in mysql.
How to select a specified number of values starting with each alphabets in mysql. Suppose you have a table named 'names', which has field......
11 Years Ago
BlogAdda
Mysql query for searching a value, add weightage on the number of occurances and sort based on the weight-age
Mysql query for searching a value, add weightage on the number of occurances and sort based on the weightage Consider a table named 'data......
12 Years Ago
BlogAdda
Creating Custom Module in VtigerCRM
Creating a custom VtigerCRM Module Step 1. Download the module creation script from the VtigerCRM or copy it from below name = 'Phpqa'......
12 Years Ago
BlogAdda
Can we compare equality of two floats in php ?
Can we compare equality of two floats in php ? The answer is NO. Its not encouraged in php programming. The reason is, its related to s......
12 Years Ago
BlogAdda
How to add or remove WWW on URLs using htaccess.
How to add or remove WWW on URLs using htaccess. Adding www to your site url using .htaccess RewriteEngine On RewriteCond %{HTTP_HOST}......
13 Years Ago
BlogAdda
Compressing HTML, CSS and Javascript using Apache
Compressing HTML, CSS, Javascript using Apache There are two methods to available in apache to handle compression of webpage contents. The......
13 Years Ago
BlogAdda