
Search In
Laravel Queue is one of the best feather of Laravel 5.x. When we want to make our site fast and we have to fetch and store large amount of data then we will run our query on back end. In Laravel 5.x by using queue we can run time consuming on back en
Now a days there are n number of website which will move to android. So for every application we have to make API. If we will make our API in laravel 4.x then we will test using Postman. To define our port and to run our API using "Postman" we have t
We can easily find date difference in php by using strtotime which convert two dates to unix time once convert we can manipulate easily by calculating the number of seconds between them.Its the easy way to calculate different time periods.
$date1
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to implement SMS Gateway in cake php.
In web applications sending SMS Gateway is a very important feature for sending SMS in a application.
So clickatell SMS Gatew
Shortcodes are the power of the wordpress. You can simply create shortcodes and call it via the do_shortcode function or on pasting it on editor. For adding a shortcode, you ned to use the hook add_shortcode. We are going to share the script for shor
The JPagination class allows developers to reliably and consistently add pagination to the Front-end and Back-end display of their components. The file containing the class can be found at /libraries/joomla/html/pagination.php.
The construct functio
Username or email availability or any other types of availability check we can do in this way. When user type on a text box an ajax request has made and check what if its available or not. we only required jquery.js
HTML
<input type='text' id='
Hello readers, today we discuss wordpress pagination in Home Page or Front Page.
WordPress has the ability to split lists of articles, content, discussions or a single content into multiple pages "paged" navigation.
WordPress offers built
Hello readers, today I guide you "How to create search functionality in Wordpress with multiple categories".
If you want create this functionality, you have to write some code in functions.php file and some code into your file where you wa
PHP have a vast collection of array functions which makes the use and manipulation of arrays much easier. This article defines the difference between two important array functions array_merge and array_combine which sounds similar but used for differ
