How to Increase max_execution_time in PHP

In this quick article, we’ll explore the different options that allow you to increase the maximum amount of time a script is allowed to run before it’s terminated by a the parser in PHP. What is the max_execution_time Directive in PHP? The max_execution_time directive sets the maximum amount of time a script is allowed to… Continue reading How to Increase max_execution_time in PHP

Best Portable Tripods for Taking Your Own Photos

March 30, 2021 by Sangalang Kristine In many of our design projects, using original and unique pictures is essential. This is why brushing up on our photography skills and having a few trusted pieces of equipment is great. Every designer needs good and trusty portable tripods to take original and unique pictures. The problem is,… Continue reading Best Portable Tripods for Taking Your Own Photos

Trigonometry, Random Numbers and More With Built-in PHP Math Functions

Basic maths is used a lot during programming. We need to frequently compare, add, multiply, subtract and divide different values when writing code.  Sometimes, the maths required in a program can be more involved. You might need to work with logarithmic, trigonometric or exponential functions. In this tutorial, I’ll discuss how to use each of… Continue reading Trigonometry, Random Numbers and More With Built-in PHP Math Functions

How to Upload a File in PHP (With Example)

In this article, I’ll explain the basics of file upload in PHP. Firstly, we’ll go through the PHP configuration options that need to be in place for successful file uploads. Following that, we’ll develop a real-world example of how to upload a file.  Configure PHP Settings There are a couple of PHP configuration settings that… Continue reading How to Upload a File in PHP (With Example)

SpriteKit From Scratch: Visual and Audio Effects

Introduction In this tutorial, the fourth installment of the SpriteKit From Scratch series, we look at the various visual and audio features SpriteKit provides to add some more detail and variety to your games. This includes particle systems, filters, lighting, and audio. To follow along with me, you can either use the project you created in… Continue reading SpriteKit From Scratch: Visual and Audio Effects