How to upload images with HTML and PHP forms
Often, when we develop web applications, the possibility of uploading files or images to the server is necessary, whether we are webmasters, authorized users or part of the general public…
Often, when we develop web applications, the possibility of uploading files or images to the server is necessary, whether we are webmasters, authorized users or part of the general public…
In this tutorial we are going to see an alternative form of representation to the common IF and ELSE that we usually use in php. Specifically, it is very useful…
We'll see what are database TRIGGERShow they can help us maintain the integrity of our database and how to create them with SQL step by step. Content What is an…
The FOR loop in PHP is another iterative structure just like the loop while. Its operation is identical but the way of programming it varies. For this reason, I recommend…
Content What is PHPUnit used for? Installing PHPUnit on Windows 1. Create containing folder 2.Edit PATH environment variable 3. Add new path to the PATH variable 4. Add php installation…
Solutions to the second bulletin of php exercises on if and else if. The solutions are step-by-step explanations of the script that provides the solution to each exercise. If you…
Even though we have been doing this for years, from time to time and right under our noses we come across Notice: Undefined index XXXX on line XXXX. A problem…
Back-end and Front-end, two terms that refer to developers, usually web developers, and who have specific skills. What makes you apt to call yourself with one term or another? Let's…
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…