Captcha code is a combination of some readable text with some distorted shapes to be read only by human being to confirm that the user is not a bot.The Google reCAPTCHA protects your application from spam with the better user experience.In this tutorial, we have share how to integrate the Google reCAPTCHA in PHP contact form.
the reCAPTCH [...]
Category: Tutorials
In this tutorial, We have share how to implement PayKun Payment Gateway Integration in PHP. PayKun payment gateway is a merchant service that authorizes credit/debit card or direct payments for e-businesses, online retailers and offline businesses. In brief Payment gateway fulfills the essential needs in the e-commerce transaction process & a [...]
Pagination, also known as paging, is the process of dividing a document into discrete pages.The dynamic record is loaded from the server automatically while scrolling page down. Infinite scrolling is a user-friendly way to load additional content on the web application. In this post, We have share how to implement Load more data on page scrol [...]
Pagination, also known as paging, is the process of dividing a document into discrete pages.Pagination allows us to break down our results into small manageable parts. In this tutorial I am going to explain how to create pagination or feature using Pagination Using CodeIgniter and MySQL. This is a very simple example, you can just copy paste [...]
In this tutorial, We share how to Implement Calendar in CodeIgniter with jQuery AJAX. A calendar is a system of organising task, meeting, event and more. CodeIgniter Calendar class enables you to dynamically create calendars. Your calendars can be formatted through the use of a calendar template, allowing 100% control over every aspect of its [...]
In this tutorial, I explain how you can develop CodeIgniter Login and Registration System using MySQL with Bootstrap 4. I will just cover registration form in very simple without email verification. By using this user can easily register, first name, last name, email, password, contact_no, address and dob fields. After submitting form, the da [...]
PHP, known as the most popular server-side scripting language in the world.It makes the development process much easier and helps to reduce development costs and time.PHP frameworks complement PHP, by providing developers with some pre-built modules, a platform to create robust, reusable components, and by enabling faster development cycles. [...]