Technossips - technossips.com - Technossips

Latest News:

Find Length of Object in Javascript 8 Oct 2012 | 12:04 pm

Here is the code which can be used to Find Length of Object in Javascript.

Access PHP Array in Javascript 8 Oct 2012 | 12:00 pm

Access PHP Array in Javascript / How to Pass PHP array to javascript / How to access php Array in Javascript

Remove empty value keys from an Array in PHP 8 Oct 2012 | 11:57 am

PHP has a built in function that will remove empty keys from an array. This can be done like

PHP in_array() Equivalent in JavaScript 27 Sep 2012 | 05:22 pm

Often in JavaScript we need to find whether a particular string exists in an array or not.Specially if you are using PHP where it has a built in function  in_array() to do this task.Below is a PHP in_...

Concatenate multiple MySQL rows into one field 10 Sep 2012 | 05:56 pm

Some time we need to have multiple rows data into one filed separated by some charter.This can be achieved by the MySql function GROUP_CONCAT().It is used to concatenate column values into a single st...

Getting Row Count for Custom Query in SugarCRM 9 Sep 2012 | 03:39 pm

SugarCRM allows you to write custom queries and interact with database to fetch results that you require. Either you will need these queries in the Controller functions like Pre Save or Post Save or i...

How to group records based on year or month of a database datetime field 8 Sep 2012 | 03:37 pm

When using databases for record retrieval we can feel the need of just requiring date from a datetime field of database. In this situations mysql has some built in functions that will help us to get w...

How can i show only date from a datetime field in MySQL 7 Sep 2012 | 04:24 pm

When using databases for record retrieval we can feel the need of just requiring date from a datetime field of database. In this situations mysql has some built in functions that will help us to get w...

Getting Count of Single Column with Multiple Values Using SUM Operator in MySQL and MS SQL 16 Aug 2012 | 09:09 pm

While getting results from SQL we often require some method to monitor our Status or Result field and want to get how many records are in a particular state. Suppose we have a table `results` in which...

Adding Calendar to Input Field in SugarCRM 3 Aug 2012 | 02:58 am

In SugarCRM often time we need a Calendar for a date text field to show Calendar Dates to users. SugarCRM has a very easy method for adding calendar to input field.In this post I am going to explain a...

Recently parsed news:

Recent searches: