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

Search In

How to fetch maximum and minimum value of a column in laravel

In this example, I have a user's table & I want to get the user who have maximum and minimum amount. For that I used the following code $price = DB::table('users')->max('amount'); $price = DB::table('users')->min('amount'); And by using

How to pass JSON in AJAX

Hello Everyone, today I will guide you "To pass JSON in AJAX ". In the below code information is a variable that store JSON. We can pass this variable into AJAX data and get user records, and show it into a userDetail <div>. You can use the b

How AI makes your Wordpress site Smarter?

You might have heard or read about the benefits of artificial intelligence in web or mobile app development. But, do you know AI can also impact the performance and functionality of your WordPress based website. And not only this, it can enhance over

Speed Up Your Business with WordPress Web Design & Development

You will be shocked to hear that around 55% of small businesses preferring the website. Believe it or not, several individuals don't prefer the website to increase the vision of the business. But actually, they are not going towards the right pat

How to enable CakePHP's SQL dump in the controller

Hello All, In this blog we will discuss about how to enable the SQL dump in your CakePhp's controller. For this you have to write in below code in your controller function- $db=ConnectionManager::getDataSource('default'); $db->showLog();

How to display the server time with the use of ajax

In this tutorial , you will learn that how to get the server time automatically with the use of jQuery-ajax code. We can make the simple input form in html for time.When the name is input by the user , the time input feild will automatically called f

How to Access old API in Odoo ?

If you want to access old api to new api you have to move on migration method and By default, using new API you have to work on a new RecordSet class instance by yourself. But old context and model are still available in old api. means you have to mo

Page Curl Effect in android

In this tutorial, we will know that how to use page curl effect in android using images. We will discuss complete tutorial step by step . Step1- Introduction Page curl effect provides a 2D view while swapping pages using images. In this tutorial, w

WordPress or Static HTML; What is better for a business site?

Building a website for your business from scratch can be confusing. Most businesses start as small ventures with local clients and expand from there. No matter what stage of development you may be in, a website is always a good idea – but where

"Fatal error: Uncaught Error: Function name must be a string...." in Layout.php:555 issue of magento after upgrading php version

How to solve Fatal Error Magento 1.xx on PHP 7   Error: On upgrading PHP version , and running the Magento 1.9.x version you will get some "Fatal error: Uncaught Error: Function name must be a string" of Layout.php file on line 555.

1 61 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: