Database MySQL
What is a database? This is a place to store data, it consists of tables and is used for all applications and websites which saves data online like Google, Facebook and so on. What are SQL and MYSQL? SQL stands…
What is a database? This is a place to store data, it consists of tables and is used for all applications and websites which saves data online like Google, Facebook and so on. What are SQL and MYSQL? SQL stands…
MAMP is a piece of software there allows you to host I local server, you can use this for example to test PHP Code. You will need a server to test PHP because its server side and MAMP allows you to host…
What is PHP? PHP means Hypertext Preprocessor and is a server-side scripting language but is also used as a programming language. PHP is often used with HTML. An HTML Page is static and PHP can make the webpage dynamic. How…