Newsletter or Email Subscription is a commonly used functionality in the web applications. It is used in web application to allow users to subscribe with their email and get the updates daily, weekly, and monthly via email.
So, In this tutorial we will show you how to Build Newsletter System with PHP, MySQL, and jQuery. You can use this ex [...]
Category: jQuery
Sending email functionality is very useful for the dynamic web application. In this tutorial, we will explain to you how to sending an email with multiple attachments using phpmailer library. We will be using the PHPMailer. The attachment files are chosen and attached to the email via an HTML form. You can also download source code of the liv [...]
TinyMCE is the most advanced WYSIWYG HTML editor designed to simplify website content creation. It has the ability to convert HTML textarea fields or other HTML elements to editor instances. TinyMCE is designed to easily integrate with JavaScript libraries.
In this tutorial, we will explain you how to use TinyMCE editor to replace textarea t [...]
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 [...]
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 [...]