Configuring your web server with .htaccess


A .htaccess file helps you to configure your web server, such as the Apache web server. In a .htaccess file, you can declare rewrite rules, prevent image hotlinking, handle bad http requests (404 Not Found), and so on. You can even use htaccess for basic authentication along with a .htpassword file where you can store […]

What is Bootstrap?


Bootstrap is the most popular front-end framework for building responsive, mobile-first apps.

JavaScript Object Literals


An object literal is a comma-separated list of name-value pairs wrapped in curly braces. Object Literals can contain others Object Literals, Arrays and Functions.

Connecting to a MySQL Database with the PHP library PDO


PDO stands for PHP Data Objets and support Prepared Statements

you can also use the bindParam method, like:

What is PHP?


PHP is a server-side programming language for websites. PHP along with MySQL are powerful tools for developing back-end applications