PHP Tutorials

Latest

 thumbnail

How to Encode, Decode and Use JSON Data in PHP

September 06, 2020

JSON is a popular way of storing and sending data because it can easily be interpreted by many programming languages, in...

 thumbnail

How to Make a String Lowercase or Uppercase in PHP

September 04, 2020

Sometimes all characters in a string need to be changed from uppercase to lowercase and visa versa. Fortunately, PHP has...

 thumbnail

How to Force HTTPS in Laravel

August 28, 2020

It is possible to force 301 redirects to HTTPS site-wide from within your Laravel application. Doing this from within La...

 thumbnail

How to Stop DDOS Attacks & Prevent Future Downtime

August 26, 2020

DDOS attacks are very common and can be ruinous for any website. Regular DOS (Denial of Service) attacks are relatively...

 thumbnail

How to Check PHP Version

July 11, 2020

The PHP programming language is available in many different versions and configurations. To know what PHP utilities you...

 thumbnail

How to Comment in PHP

July 01, 2020