Home
Internet, IT and Technology

Web development

Increase size limit when uploading files PHP, Nginx and Apache

When we upload files through PHP, there are usually restrictions on the simultaneous number of them, and more than anything on the maximum size per file that we are allowed to upload. A very common default maximum size value is around 2 MB per file, and in most scenarios this is too low a value. Either using Apache or Nginx together with PHP, you

Types of comments that we can use in PHP

PHP is a widely used language to create web pages, and it is due to its ease of use, and how easy it is to put it to the test by running it. Regarding the syntax, there are different ways of commenting on the code that, unlike other languages, in PHP there are several ways, and we can use the one that seems simpler, or being guided by a different
Tagsphp