JavaScript Hive Let's understand basics of JavaScript

SAP HANA SQL 0

SAP HANA SQL

SQL Stands for Structured Query Language. It is a Standard Language for communicating with Relational database like Oracle, MySQL etc. SQL is used to store, retrieve and modify the data in the database. By...

What is Sap HANA ? 0

What is Sap HANA ?

SAP HANA (high-performance analytic appliance) is an application that uses in-memory database technology that allows the processing of massive amounts of real-time data in a short time. HANA is in-memory database ,which is deployed...

PHP Multiple Files Upload With Validation 4

PHP Multiple Files Upload With Validation

With PHP we can easily upload multiple files on the server. We have to use the same move_uploaded_file() function to upload the file. While uploading file we can also do the validation on the...

PHP File Uploading With Validation 1

PHP File Uploading With Validation

While uploading the file with the PHP we can perform the validation on the file, Like must be the image, file size must be the less than or maximum or limit the file size,...

PHP File Uploading 1

PHP File Uploading

With PHP, It is easy to upload the files on the server. For uploading the file on the server we have to use the HTML and PHP. Using HTML we can provide the user...