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 →
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 →
Two weeks ago when I start searching for PHP framework that I can use for my web project development, on my quest I land to a three different framework witch CakePHP, CodeIgniter and DooPHP both of them promise different features that you are going to be excited.
In the long run of review and testing of these three I start to ask some question and land to a different blog and forum to answer my quest.
1.Do I really need a PHP framework?
2.Its PHP framework can handle out of...
Read All →