swap two variables | swap two variables in php
Two numbers can be swapped or exchanged. It means first number will become second and second number will become first. For example Originally a = 20, b = 25 After…
Two numbers can be swapped or exchanged. It means first number will become second and second number will become first. For example Originally a = 20, b = 25 After…
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…
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.…
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…
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. This is 64-bit Operating System Just…
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,…
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…
Multiplication is define : that a Mathematically operation where one number can multiply to other number, which symbolic representation is like : a × b, a ⋅ b, a ∗…
To sort the month name, first off all we accept an array of month name, then using PHP build-in function timestamp we will convert it into Unix Timestamp after that…
It’s very easy and simple. We need to Create Database for storing the user data. and write PHP script to get user data from the form and stored into database.…