What is Programming?

Programming is a combination of art and mental skill of creating computer application with a set of standard command that align logically to do specific repeatable task. Programming as a Tools. In programming a programming language like PHP, C++, Ruby on Rails, Visual Basic etc. is your tool sets to build or create an application that you need, let say we have PHP tool set that has for loop , if else and switch case this is a sample of tools or statement that we can use to manipulate... Read All →

The PHP Programming Language!

Short introduction about PHP. PHP stands for Hypertext Preprocessor a server-side scripting language that means its a script running on a web server. PHP has its own engine to interpret the language or script means each time PHP run it’s been interpret by PHP engine. PHP is one of the Web’s most popular programming languages and there are million of web servers running PHP. PHP is a cross platform that you can run on Windows, Linux and Mac OS, PHP is a well known web programming... Read All →