
Search In
Hello Reader's if you are learning, optimizing the mysql query then in this blog you will know some new syntax offered by Mysql where you can make your query fast. Lets see the examples as below:-
In the code below, the results selects all
Suppose we want to find the day of the week according to the given date i.e if we want to know the week day of a particular date then the following lines of code will help you to implement this :-
NSDate *date = [NSDate date]; // get toda
Sometimes we are getting errors of shortage of memory at the compile time.
We get such type of error:
Exception in thread "pool-1-thread-2" Exception in thread "pool-1-thread-3"
Exception in thread "pool-1-thread-4" java.lang.OutOfMemoryError: GC
Welcome to FindNerd. Today we are going to discuss the concept of cron in wordpress, how we can set up the cron in wordpress. We use the cron_schedules filter to set
the time intervak to schedule, ewp_send_email_cron_hook function to check the next a
Hello Friends,
If you are looking to fetch form posted values in symfony2. Please follow the below code and make adjustment accordingly:
Open your controller function where you would like to fetch the values::
$VendorForm->handleRequest($reque
To get the date of the past day you can use the below code. You can pass any number of day for which you want to get date instead of 7, I'm getting date of past 7 days in the below example:
/**
* Get date before past 7 days
*
* @return string
Hello Friends,
If you are looking to add aggregate functions(MAX, MIN, AVG, SUM) in Codelgniter. Please use the below code for the same:
// Use Max function to get maximum salary in employee table
$this->db->select_max('salary');
$queryExe =
Hello Readers,
In this blog i am going to show you "How to select, insert, add, update/edit and delete data in the Magento.
Lets Suppose, If you have database table named 'slider' with the following fields
id(int,primay key), title(varch
Why to use Nginx?
Nginx is the most popular web servers in the world. It is used for hosting websites and it holds highest traffic sites on internet. It is more resource friendly than Apache.
Step 1: Installing Nginx
Firstly update the packages an
This blog will let you upgrade your system to Ubuntu 16.04. Follow the steps given below in order to upgrade your system:
Step 1: Backup your system
Before attempting any upgrade to your system, firstly backup your system
Step 2: Upgrade i
