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 4, 2015 6:41 pm
Published by Prasannika
#1) Java Originally developed nearly 25 years ago (yes, it’s that old), Java is among the most widely used and recognized programming languages in the world. From television and Blu-Ray players to Android smartphones and desktop computers, it’s used virtually...
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 18, 2015 6:48 pm
Published by Gerard Millares
Here are 10 important techniques for writing clean code, regardless of what programming language you use. 1. Keep it Simple, Stupid The first and the most basic tip is to keep it as simple and readable as possible. The more...
Read More
November 17, 2015 10:53 am
Published by Gerard Millares
Web Development! It is a phrase that excites some and scares others. We’re going to walk you through the top 5 programming languages used in web development so you’ll know which languages you’ll need to know to get started. We’ll...
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
October 30, 2015 3:33 pm
Published by Gerard Millares
PHP is most effective and useful when it is used to take the information from the users and then use those details to authenticate a particular user or to get access to a website or any other services provided by...
Read More
October 28, 2015 2:33 pm
Published by Gerard Millares
We have discussed a lot of basic concepts that are used in PHP in this series of blogs dedicated to help students learn PHP from the scratch. In this blog post, we will be drifting towards an aspect that is...
Read More
October 26, 2015 10:35 am
Published by Gerard Millares
Beginners in PHP or any other programming language, usually shy away from including functions in their codes as they believe that it makes coding difficult.” If I am using the same operation, why can’t I just copy paste the lines...
Read More