rajesh

rajesh

Data Types In JavaScript

Data Types In JavaScript.png

Programming languages all have erected-in data types, but these frequently differ from one language to another. This post attempts to list the erected-in data structures available in JavaScript and what properties they have. In this post, you will learn about…

Get Geolocation from IP Address Using PHP

Get-Geolocation-from-IP-Address-Using-PHP

Geolocation gives data about the geographic area of a client. In particular, the IP address is utilized by the geolocation administration to decide the area. To follow the guest’s area, the principal thing required is an IP address. In light…

Some jQuery Event Methods.

Some jQuery Event Methods..png

Some jQuery Event Methods. jQuery events are those tasks that can be detected by your web application. They are used to create dynamic web pages. An event represents the exact moment when something happens. This section contains a comprehensive list…

Auto Save Example In PHP & MYSQL.

Auto Save Example In PHP & MYSQL..png

Auto Save Example In PHP & MYSQL. In this post, we’re going to learn how to save data automatically in a database at specific time intervals using Ajax Jquery with PHP and Mysql. This type of functionality you have seen…

Client Side PDF Generation In Angular With jsPDF.

Client Side PDF Generation In Angular With jsPDF.

Client Side PDF Generation In Angular With jsPDF. In this Angular PDF tutorial, i’m getting to share with you ways to export PDF come in Angular application  exploitation the jsPDF package. we are able to generate PDF for numerous documents…

PHP MySQL Select Data Using In Page

php-code-to-retrieve-data-from-mysql-database-and-display-in-html-table

PHP MySQL Select Data Using In Page  – The following example selects the id, firstname and lastname columns from the MyGuests table and displays it on the page: Select Data From a MySQL Database The SELECT statement is used to…

Upload Image In Angular With PHP

upload-image-in-angular

In this post, we will learn how to upload file and save as Base64 into the folder using PHP API. To convert image into Base64 we will use Angular and For API we will use PHP. There are many ways…