
Search In
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
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
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
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
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();
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
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
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
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
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.
