Category: HTML

PHP htmlspecialchars_decode() Function

The htmlspecialchars_decode() function converts some predefined HTML entities to characters. The htmlspecialchars_decode() function is the opposite of htmlspecialchars(). You may also like PHP html_entity_decode() Function and How to Encode and Decode URL Using PHP. Example The HTML output of the code above will be (View Source): Output

How to Make Animated Skill Bar Using jQuery, HTML And CSS

In this tutorial we will show you how to create animated skill bar using jQuery, HTML and CSS.You may also like animated progress bar using jquery. You may also like How to Animated progress bar using jquery, html and css and How to Create File Upload Progress Bar Using jQuery and PHP. HTML Code CSS Code jQuery Code

How to Check UserName and Email Availability From Database using PHP and Ajax

In this tutorial, we will see a PHP script to implement username live check feature using AJAX, jQuery, and MySQL. Checking UserName and Email Address of the user on SignUp is good way to prevent duplicate content on database and several other problems. PHP, jQuery and HTML Code PHP Code (checkdata.php)

How to Load Data From Database Without Refresh Page Using Ajax and PHP

In this article, you will learn how to retrieve data from a database without refreshing the webpage. Suppose we have student table that contains an name and username and an student_info table that contains whole student information. You may also like Submit a form without using a submit button using JavaScript and How to upload image without refresh […]

Using new Google reCAPTCHA with PHP and AJAX Ajax

Using new Google reCAPTCHA with PHP and AJAX

In the tutorial, I will be using a working HTML contact form. We will submit it via AJAX (the page will not reload) and process the form values with PHP. Google has released the new reCAPTCHA. They need just a single click to confirm they are not a robot. So, reCAPTCHA will protect your website […]