Difference between Java and JavaScript | Java vs JavaScript

Java vs JavaScript

JavaScript JavaScript often abbreviated as JS, JavaScript is a programming language (“scripting language”) that conforms to the ECMAScript specification. JavaScript is high-level, often just in time compiled, and multi-paradigm. JavaScript is an object-based scripting language. JavaScript supports event-driven, functional, and imperative programming styles. JavaScript engines were originally used only in web browsers, but they are … Read more

crud operations in php | simple crud operations in php using mysqli | php crud with login

Crud Operations

CRUD stand for Create, Read, Update and Delete basic function in computer programming language. In other words are sometimes used when defining the four basic functions of CRUD, such as retrieve instead of read, modify instead of update, insert instead of create ,or destroy instead of delete. Table structure of CRUD Operations SQL HTTP RestFul … Read more

What is MySQL | Advantage of MySql | Disadvantage of MySql

MySQL is an open-source relational database management system (RDBMS). Its name is a combination of “My”, the name of co-founder Michael Widenius’s daughter, and “SQL”, the abbreviation for Structured Query Language. A relational database organises data into one or more data tables in which data types may be related to each other; these relations help structure … Read more

phpmyadmin command line| xampp mysql | mysql command line | mysql query in php

phpmyadmin to mysql command line

XAMPP is a software distribution which provides the Apache web server, MySQL database, PHP or many more  all in one package.it also provided  PhpMyadmin which gives a GUI tool for managing your MySQL databases You can to connect phpMyadmin to MySql command line. We can connect PhpMyadmin to command line in 3 ways. XAMPP Shell … Read more

install PHP MySql Apache in windows 10 | Install PHP MySql Apache

Install PHP MySql Apache

Install PHP MySql Apache in windows 10, You need to check your system configuration. System type is 32-bit Operating System or 64-bit Operating System. Just type google in your browser Search “xampp download” in google Click on link , as below As per your system configuration download the latest version of PHP Note: Very Old … Read more

PHP | explode | implode | String function |explode vs implode

explode() and implode() string functions are very useful function we can solved biggest task using these two methods. The explode() function break the string into an array with particular separator/delimiter,  it splits the string wherever the delimiter character occurs. Syntax : explode(separator,string,limit) Here, separator :  will be anything which must be present in string e.g. … Read more

Javascript auto click button on page load

javascript-click

We taking about auto click on button on page load or any kind of event, then JavaScript will work here. Using this we can operate PHP as well as any Server-Side language but we must be use JavaScript or its Libraries. Script for javascript auto click button on page load Result of above program