Tag Archive: php
October 30, 2015 3:33 pm
Published by Gerard MillaresPHP 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 MillaresWe 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 MillaresBeginners 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
October 24, 2015 9:44 am
Published by Gerard MillaresWe have almost covered all the flow control statements and loop structures as part of this blog series on PHP Programming. In this last blog on loops before we move on to functions parameters and formatting numbers, we will discuss...
Read More
October 22, 2015 8:56 am
Published by Gerard MillaresTaking a break from the concepts of array and topics related to that, in this blog post, we are going to have a look back at the loop statements that we discussed earlier in this series of blogs. We have...
Read More
October 20, 2015 6:42 am
Published by Gerard MillaresRemember in the last blog post we talked about arrays and how arrays are initialized in PHP? This blog post continues on the same lane and describes ‘Multi-dimensional array’, a topic that we did not cover in the last part....
Read More
October 18, 2015 6:11 am
Published by Gerard MillaresWe have talked about PHP variables in one of our previous blog posts and surely by this time you might have realized the importance of variables in PHP. In fact, being the storing blocks of values in a code, variables...
Read More
October 16, 2015 4:53 am
Published by Gerard MillaresTaking our discussion on the flow control statements to the next level, in this blog post on PHP Programming, we are going to discuss how switch statements are executed in PHP and how useful are they in the websites that...
Read More