How to stop email spam on contact form PHP CAPTCHA script is clean, customizable secured and mobile friendly script. It generates complex images, patterns and codes that will protect your forms from spam activity. This script includes different types of captcha from generating CAPTCHA code to visual pattern or image validations. It is a plug …
Continue reading “Captcha Script In PHP – Stop Email Spam On Contact Form”
Here again we have come up with a new script of jQuery together with PHP, HTML and CSS3. In this script we have created a pack of jQuery forms with applied validations in it. As soon as a user fills the form, the real time validation messages and hints will help him to submit the form successfully. …
Continue reading “JQuery, CSS3 and PHP Form Validation Script”
If your business relates to the website then, one of the most important factor for you is to track traffic. Now, Traffic either comes from Search engines or other resources. It should always be more so that you can track the behavior of visitors to a website. You can also measure the web traffic to see …
Continue reading “SEO Keywords Rank Checker Script – CodeIgniter Script”
When you will be able to insert some HTML code into a web page, then you can change or enhance the way a website behave. Also as a developer, you can provide your users those missing features, which they always look for in some website. For this, one can write a Javascript code. But how this code …
Continue reading “Chrome Extension: Inject Javascript Into Web Page”
PHP Newsletter Script shows an one time per customer newsletter popup window with newsletter subscription form and suggestions to subscribe. After subscription, the user will get the latest blog updates in the website. Here we are going to create an email newsletter from blog’s RSS feed. We are going to follow 3 steps to send …
Continue reading “PHP Newsletter Script”
Email verification is a process to check the user authenticity, whether the person who is trying to access the services is right user or wrong user. True register users are allowed to use all services provided by the provider and fake users are denied because they are not authorized users to use the specific services. PHP …
Continue reading “PHP Email Verification Script For Downloading E-Book”
Use PayPal Subscribe button to access payments automatically from product’s buyers and to charge ongoing payment for membership access. Using this, buyer get the goods or services as daily, weekly, monthly, and yearly. In our previous blogs post, we have discussed how we can use PayPal payments in different modes like Shopping cart, Mass payment and …
Continue reading “PayPal Subscription Button for Recurring Payments”
FormGet is a marketplace platform for selling your coding scripts. Here we will be going to accept and sale a wide range of quality scripts focused on PHP, JavaScript, CSS, HTML, jQuery, AJAX and CodeIgniter framework. Developers and website owners can easily sell or purchase quality scripts all over the world , that in turn helps to improve …
Continue reading “FormGet Coding Script Marketplace”
CodeIgniter use Model-View-Controller (MVC) architecture which work on three-tier architecture all the layers is separate. In CodeIgniter it is recommended that .css and .js file should be placed in CSS and JS folder. In this tutorial we are going to explain how we can use external css and js in CodeIgniter. To integrate external css …
Continue reading “CodeIgniter : Loading CSS and Javascript File”
JavaScript is a dynamic language. It is mainly used for client-side scripting i.e. user requests an HTML page with JavaScript in it, the script is sent to the browser and then browser perform some task like effects, events etc. Here you will learn how one can use CodeIgniter’s JavaScript class after loading the provided JavaScript …
Continue reading “CodeIgniter JavaScript Class Example”
Service providing companies can make better use of this form template for receiving customer’s subscription requests
Reading forums can use this newsletter subscription form to collect leads from website
Magzine stores & publishing companies can use this form template for letting readers subscribe & collect payments as well
In this tutorial, we illustrate you an example, which shows how to set JavaScript form action. Sometimes developers want to set form action attribute of a form through programming or through other means. Here, we are using following JavaScript code to set form action on run time. To set form action attribute via JavaScript : document.getElementById(“form_id”).action = “success.php”; …
Continue reading “Set JavaScript Form Action”
Here we bring this example, which demonstrates how to auto submit a form after a given interval of time, on load event of JavaScript.
This blog emphasize to JavaScript onsubmit event in which a function is called when form is submitted to validate the fields and if true value is returned form gets submitted.
This tutorial is about JavaScript login form validation with limit login attempts. In which validation function comes into act to authenticate username and password.
Form action can be changed dynamically using Javascript .action() method. This tutorial will guide you to change form action via select option field in just one click.