April 3, 2017 12:23 pm
Published by Mark Trego
PHP (originally an abbreviation of Personal Home Page) is a server side scripting language. It’s especially suitable for web development and can be embedded into HTML, but is also used as a general purpose programming language. It was created in...
Read More
August 5, 2016 1:52 pm
Published by Prasannika
Created by Rasmus Lerdorf in 1994, PHP is a server-side scripting language that’s used primarily for web development. It can be embedded directly into HTML, used with web templates, content management systems (CMS) and even frameworks. The code itself is...
Read More
April 8, 2016 4:58 pm
Published by Prasannika
Easy to Learn Like all programming languages, there’s some initial investment of your time and energy required to learn PHP. With all things considered, though, PHP is relatively easy to learn, even if you have no prior knowledge of programming....
Read More
February 26, 2016 5:17 pm
Published by Prasannika
Originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994, PHP is a general-purpose programming language that’s commonly used in the deployment of server-side scripts. It’s powered by the open-source platform Zend Engine, and can either be embedded directly into HTML or...
Read More
February 13, 2016 9:36 am
Published by Gerard Millares
Right before the unveiling of Hack, Facebook developers Julien Verlaguet and Alok Menghrajani wrote on the company’s engineering blog. Their words were “Every PHP programmer is aware of the day to day tasks that can be tricky or cumbersome.” So...
Read More
February 5, 2016 2:38 pm
Published by Prasannika
Created by Danish-Canadian programmer Rasmus Lerdorf in 1994, PHP is a popular server-side scripting language that’s commonly used for web development. If you’re new the world of PHP, you may encounter messages embedded into the code. Known as “comments,” they...
Read More
December 23, 2015 4:59 pm
Published by Prasannika
The popular content management system (CMS) that now powers roughly 25% of the entire Internet has switched from a PHP user interface to JavaScript interface. WordPress developers made this announcement earlier this month, saying that after 12 years it was...
Read More
November 27, 2015 4:23 pm
Published by Prasannika
Created by Rasmus Lerdorf in 1994, PHP is a server-side scripting language and general-purpose programming language that’s used primary in web development. According to Netcraft, it’s used on more than 244 million websites spread across 2.1 million unique IP addresses,...
Read More
November 11, 2015 2:32 am
Published by Gerard Millares
Being the torchbearer of web development for so long, it does not surprise me one single bit when I notice the exponential growth in PHP enthusiasts all over the world. With enthusiasm comes the curiosity of learning more, and with...
Read More
November 2, 2015 4:00 pm
Published by Gerard Millares
In our last blog post, we discussed how $_GET can be used to deliver user data from a HTML form to a PHP file. In this blog post, we will discuss about the other method to perform the same operation,...
Read More