What is MVC web development and how does it work?
These days, every self-respecting web developer should know the acronym MVC. Some acronyms that Let's see what these acronyms are and why they are so important. Content What is MVC?…
These days, every self-respecting web developer should know the acronym MVC. Some acronyms that Let's see what these acronyms are and why they are so important. Content What is MVC?…
In this tutorial you will learn how to make a simple web paging but efficient. A simple implementation that will simplify your life when creating your web applications. Content What…
In this php class I will explain in a simple way what are functions in phpalso what are the functions for? and finally through basic examples how to create functions…
Welcome! In this article I am going to teach you functions to work texts and arrays being able to pass from one to the other easily. Content Convert a string…
Let's see step by step how to install composerhe PHP dependency manager par excellence, and some examples of how to use it to create projects or install libraries in an…
In this tutorial we are going to see step by step how we can easily generate PDFs with PHP, HTML and CSS. Content How to get PDFs using PHP? How…
In this tutorial I am going to explain how to store Arrays in a database regardless of their complexity. With what I am going to explain to you next, you…
If you need to cut a text string from a larger one in PHP you are in the right place. In this article I am going to show you how…
When we embark on web projects that are made up of dynamic pages, it is inevitable to read and write data, store it and achieve persistence, and this is generally…
It is common that, when faced with compatibility problems with Apache's default port (port 80) in a Windows installation, you need to change the port that it uses in localhost.…