PHP
-
Getting Started With Laravel On Codeship
Laravel is one of, if not the most popular framework around for PHP today. Using GitHub as my source of…
Read More » -
PHP Calendar Example
In this example we are going to build a web based dynamic calendar using PHP. A web based calendar can be…
Read More » -
PHP Authentication Example
In this example we are going to show you how to add an authentication system to your website. Authentication is…
Read More » -
Creating a complete blog (CRUD) using MySQL and PHP
Blogs have become an essential component of corporate websites. This is why every major and minor CMS now offer an…
Read More » -
Php Cookie Example
Cookies are an important part of php and web development in general. Since http is a stateless protocol (This means…
Read More » -
PHP Pear Tutorial
If you are a PHP programmer, you will have probably encountered PEAR. PEAR stands for PHP Extension and Application Repository,…
Read More » -
PHP HTML Table Example
In this example we shall show you how to create html tables with dynamic php. PHP is a server-side scripting…
Read More » -
PHP Curl Get/Post Example
If you have worked with Linux, you will have probably used cURL for downloading resources from the Internet. This powerful library…
Read More » -
PHP SQL Injection Tutorial: How To Protect
SQL Injection is a vulnerability that allows an attacker to interact with the victim database to perform actions that are…
Read More »