As front-end developers we often ignore the science that goes behind building a useful and well designed API. “That is the job of the backend guy” we...
Let’s start by creating a server that returns plain text to the user. This will cover the key concepts required to set up a server, which will provide...
Integrated Development Environment’s like VSCode are super useful because they take care of most of the difficulties around programming. But, what if...
First is first, go to CakePHP website and download the latest version of it. Extract it, inside the your htdocs folder and rename as “logreg”. Now...
Broadly speaking, when it comes to using PHP in HTML, there are two different approaches. The first is to embed the PHP code in your HTML file itself...