Category: PHP

Show all categories →

Hypertext Preprocessor or short PHP is a server-side programming language for dynamic web applications. In this category you will find a lot about it.

You're interested in PHP?
Then subscribe our newsletter!

PHP MySQL Database Class

With this PHP MySQL database class you can establish a connection to your MySQL database and execute secure queries within a few seconds.
Read more

Top 20 VS Code Extensions for Higher Productivity (2026)

With VS Code extensions, you can turn Visual Studio Code into a powerful code editor for almost any programming language. Whether you’re working on web […]
Read more

RegEx Validation: Cheatsheet of the most common regular expressions for validation (+ HowTo)

Regular expressions are often used to validate user input. These are repeated when validating the same input. Therefore I have created a list with the […]
Read more

Adding WordPress Admin Bar Item (incl. Icon)

Here you will learn how to add your own Items to the WordPress Admin Bar with just a few lines of code and customize them […]
Read more

WordPress: Pass PHP Variables to JavaScript

WordPress provides a simple, secure and fast way to pass arbitrary PHP variables to a JavaScript file.
Read more

Using Ajax in WordPress: The right way

Using Ajax in WordPress makes perfect sense in many places. A better user experience and shorter loading times are often the goal. You can find […]
Read more

JSON in PHP and JavaScript: Read, Get, Send, Convert, etc.

In this tutorial you will learn all the JSON basics – JSON in PHP, JSON in JavaScript and how to exchange/send JSON between JavaScript and […]
Read more