HTML

Submitting form using Angular JS with PHP.

In Angular, the view is a projection of the model through the HTML template. This means that whenever the model…

6 years ago

How to add custom widget in WordPress

To create a widget, you only need to extend the standard WP_Widget class and some of its functions.

6 years ago

Create Cookies using PHP functions

A cookie is often used to identify a user. A cookie is often used to identify a user. A cookie…

6 years ago

PHP session and validations – best practice teaching example

A session is a way to store information to be used across multiple pages. Unlike a cookie, the information is…

6 years ago

Custom Social Media Sharing Buttons

Social media sharing is most important in search engine optimization for any types of blog resing on google. It is…

6 years ago

Export MySql data into Excel or CSV format using php

To generate reports or to print data or for some other purpose we often need data to be export in…

6 years ago

How to select and display image using FileReader

In this tutprial we learn about uploade image using javascript function and display image in img tag.

7 years ago

Import Excel file data in mysql database using PHP

Importing excel data into database using PHP is very easy by php file function. We will use this function to…

7 years ago

Create Simple Registration Form Using jQuery Form Validation and PHP

Here in this tutorial, we make you learn how to create simple registration form with proper validation using jQuery and…

7 years ago

This website uses cookies.