- Instant help with your Php coding problems

Latest articles

PHP heredoc syntax

PHP heredoc syntax

In this article, I will show you how to use PHP heredoc syntax to create strings.
php string
PHP in_array function use and examples

PHP in_array function use and examples

This short article how to use PHP in_array function with arrays. See the description with usage details and reusable code examples below. The details of how to use in_array with normal or multidimensional arrays is also included.
php array
PHP get current page URL

PHP get current page URL

It can happen that you want to know the current URL - the URL in the browser window - in your PHP application. A good example if you want to make some special action depending on the actual URL.
php routing
PHP string concatenation

PHP string concatenation

In this small article, I will show you how to use PHP string concatenation possibilities.
php routing
PHP Array tutorial

PHP Array tutorial

In this tutorial, I will show you how to work with arrays in PHP. You will learn how to create, sort, or print an array. Besides this, we will touch on multidimensional arrays as well.
php array
PHP string to array

PHP string to array

This short lesson teaches you how to convert a string to an array using PHP built-in functions.
php array string
PHP for Dummies

PHP for Dummies

PHP for dummies is a small tutorial for absolute beginners on how to start with PHP. This article covers more topics from installation to PHP basics.
php basics
PHP form tutorial

PHP form tutorial

This article demonstrates how to use PHP forms. You will find detailed information from the form basics to advanced form processing.
php basics form
PHP array length

PHP array length

Get php array length. In this tutorial, I will show you how to determine the length and/or the size of a PHP array. You will learn the most important methods of how to use PHP functions to get the length, size, and memory used by the array information.
php array
PHP form data into array

PHP form data into array

In this small article, I will show you how to send form data in case of multiple selections.
php form array
PHP while loop

PHP while loop

In this tutorial, I will show you how to use while loops in PHP with code examples.
php basics loop
PHP date difference

PHP date difference

In this tutorial, I will show you how to calculate the difference between dates and times in PHP.
php basics date
PHP switch case statement

PHP switch case statement

In this tutorial, I will show you code examples on how to use the switch - case statement in PHP.
php basics condition

Latest snippets