May
May

May

Follow
homenewsletter
Tag

PHP

#php

More content

Read more stories on Hashnode


Articles with this tag

Arrays in PHP part 1

Dec 19, 20223 min read

Hey, guys! You know when you need to do something and you have to search the internet for code snippets, some work and some don't. So this is the...

Arrays in PHP part 1

Using reCAPTCHA with PHP and Javascript

Dec 17, 20225 min read

I had to update the page of one of my clients to use some verification before guests can submit the form because they receive many unwanted messages...

Using reCAPTCHA with PHP and Javascript

Sending Message to Mattermost With PHP and Github Actions

Aug 4, 20228 min read

Today I show you how you can send notifications to Mattermost with PHP and Github Actions. There are some implementations on Github Marketplace but...

Sending Message to Mattermost With PHP and Github Actions

Introduction to PHP Enums

Jul 8, 20223 min read

PHP 8.1 finally brings enums which can be know from other programming languages like C#. It is in my opinion one of best things which came with new...

Introduction to PHP Enums