PHP

Pagination is very useful for the data list where a large number of records are listed from the database. It helps to load the dynamic data faster by diving records in multiple pages. The pagination functionality can be integrated using PHP easily. In PHP ...

By: CodexWorld Dec 15, 2021

Google Map is the easiest option to display a map on the web page. Google Map is the widely used element for a website and you can easily add Google Map to your website. This tutorial shows you how to add Google Map with a marker to the website within 5 mi...

By: CodexWorld Oct 22, 2017

In the current scenario, almost every organization is making the use of web technologies to expand their business dimensions. And web application development is one of the most advanced and powerful technology that has provided a robust and effective route...

By: Lucy Barret Dec 13, 2015
PHP

Many times you need to track the visitor’s geographical information in your web project requirement. Tracking the visitor's location can be done by many ways. The HTML5 Geolocation API helps to get geographical location of a user. You can locate the visi...

By: CodexWorld Nov 13, 2022

Displays the most viewed posts at the sidebar are very helpful for visitors to find out the most popular post of your site. This tutorial will show you the simple way to display the most popular posts by views without using any WordPress Plugin. We'll use ...

By: CodexWorld Dec 7, 2015

PayPal is the best choice to integrate the payment gateway in the web application. PayPal provides an easy way to integrate standard payment gateway in PHP and accept payment globally on the website. If your web application built with CodeIgniter, PayPal P...

By: CodexWorld Sep 22, 2020

Drupal 8 has been released on November 19, 2015 with huge improvements. Learn how can you install and configure the newly launched Drupal 8 on the server with our step by step guide for beginners. It will be a good idea to build and test your Drupal site o...

By: CodexWorld Nov 26, 2015

Are you have a project on your local server? And want to upload it on the live server? Then you need to create the database on the server. This tutorial describes the process of creating database and tables on the server in cPanel.

By: CodexWorld Nov 25, 2015

CakePHP's Element and Layout feature helps you to customize your application layout. This tutorial is designed to help you for CakePHP theme integration by creating elements and layout. In this tutorial, we'll divide the basic bootstrap template into eleme...

By: CodexWorld Nov 30, 2016
PHP

The event calendar is a very useful element to display events datewise in the web application. There are various jQuery plugins are available to integrate event calendar in the website. But if you want to list dynamic events on the calendar, it can be easi...

By: CodexWorld Jun 18, 2020

Are you want to prevent visitors from copying your web page content? In this short article, we'll show you how to stop content theft from your website using jQuery. For stopping the content copy of your website you can do two things, one is to disable the ...

By: CodexWorld Apr 22, 2016
keyboard_double_arrow_up