PHP
-
PHP Tutorial for Beginners – The Ultimate Guide
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for…
Read More » -
PHP Show/Display Errors Example
PHP gives the possibility to configure how and which errors are displayed; as it’s an interpreted language, it’s not as…
Read More » -
PHP Session Example
Sessions are an important part not only of PHP, but of every web programming language. They are useful to access…
Read More » -
PHP Dependency Injection Tutorial
Dependency Injection is a design pattern that should be followed in almost every software project, regardless of its size, and…
Read More » -
Login Form in PHP Example
In this example we will see how to make a login mechanism in PHP. The login systems is one of…
Read More » -
PHP SoapClient Example
In this example we will see an example of a SOAP client communicating with a server. SOAP is one of…
Read More » -
PHP Date Format Example
In this example, we shall show how to deal with dates in PHP. As dates can be represented in many…
Read More » -
PHP Mail Function Example
In this example, we will see how we can send emails with PHP. After seeing this example, you will be…
Read More » -
PHP Upload Script Example
In this example, we are going to see how to make file uploads with PHP, that is, how to upload…
Read More »