PHP: Hypertext Preprocessor (or simply PHP) is a server-side scripting language designed for Web development, but also used as a general-purpose programming language. It was originally created by Rasmus Lerdorf in 1994, the PHP reference implementation is now produced by The PHP Group.

 

blog PHP

RAD: The PHP.Show Concept

Introduction When it comes to repetitive code, writing the same code for different apps for different clients, this always proves as a tedious exercise and that’s why we always want to have a quick way around it. If you are a software developer, you are aware of the For Next loop and the Do While […]

PHP

Simple PHP Code Debugging

  This post will teach you some simple things about how you can find those errors in your PHP script. By default some errors will not show up on your web server! Try the examples from the PHP manual The PHP manual is one of the best manuals I’ve ever read, each function is indexed […]