Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to implode multi-dimensional array keys using PHP v5.5

Hello Readers, If you want to implode the array keys from multi-dimensional array then now PHP 5.5 offers you much easier way to do this. Lets see the example as below:- Array ( [0] => Array ( [studenID] => 54874

How to Dispatch postgres notifications to the relevant polling threads and greenlets in openerp

In openerp Dispatch PostgreSQL notifications to the relevant polling threads to Bus.loop listen imbus on db PostgreSQL and create the listen imbus and check the condition dispatch to local threads and greenlets in channel. Example use this code in yo

How to change the data inside the div dynamicaly via Javascript

Hello Reader's if you are developing the website that convert the real time data into the div, Then by using Javascript you can do it. Let's see the example as below:- <!DOCTYPE html> <html> <head> <script> function myFunctio

How to push more values in an array in PHP

Hello Readers , If we want to insert more records at the end of an array then their is function called array_push() that we can use. Example : If we have an existing array array("red","green"); and we want to insert two more values at the end of t

how to import jquery in joomla

Hello readers, today I guide you "to import jQuery in Joomla" This can be a rule which we all utilize to guarantee that only 1 content involving jQuery can be imported. The idea merely tests to see in the event jQuery is already been imported and i

How to include file only on specific page in wordpress

Hello Friends This is a good practice if we include only essential files on every page like I have implemented dropbox on a particular abc page and this idle to include this file only on abc page or where it is require. Please look at the below code

What is process to unlink a directory in PHP ?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to unlink a directory by using PHP ? The unlink() function is used to deleted a file.unlink() function returns TRUE on success and FALSE on failure. syntax of unlink() functio

How to resize image in codelgniter

Hello Friends, Generally we resize image after uploading. If you are looking to resize image with codelgniter. Please follow the code below: // Include gd library $config['image_library'] = 'gd2'; // Define your source image path $config['source

How to get previous date of date in openerp

In openerp first install the resource module and inherit the object of resource.calendar and If no calendar is provided, just return the previous day and day of a resource.calendar. If calendar resource is no given simply remove one day from the subm

How to add watermark in Codelgniter

Hello Friends, If you are looking to add watermark in the images under Codelgniter framework. Please follow the below code for the same: // Set your source image path $watermark_config['source_image'] = '/define/path/of/your/image'; // Add your wa

1 190 408
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: