#5 Functions in PHP
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…
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…
Let's see step by step how create virtual domains in windows. Mastering this simple apache configuration we can work on our projects locally before uploading them to the server. Furthermore,…
HTML5 comes with a well-stocked API that provides us with various functionalities as standard, thanks to which we can develop more complex and attractive web applications. In this tutorial you…
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.…