April 3, 2015 3:29 pm
Published by Mark TregoWhile working with PHP and displaying content on the webpage, we will come across situations where a different operation must be performed for different cases. For instance, certain social networking websites do not allow users below the age of 13....
Read More
April 3, 2015 3:26 pm
Published by Mark TregoA function is a block of code that can be used or called from anywhere in the PHP script once it has been declared in it. The major use of function is to make the script smaller, easier to understand...
Read More
April 3, 2015 3:25 pm
Published by Mark TregoIn order to understand PHP For Loops, we must quickly recollect our knowledge of programming languages and how the flow control statements are executed in the basic programming languages. PHP For Loops follow the same structure for the execution of...
Read More
April 3, 2015 3:23 pm
Published by Mark TregoIf you are a web-designing enthusiast and questions like how websites are made and used, often crawl inside your brain, it is very likely that you would have had a few encounters with PHP. For understanding any language, you first...
Read More
April 3, 2015 3:17 pm
Published by Mark TregoSince its creation, HTML has been the driving force behind millions of websites and has virtually swept across the internet world. HTML or Hyper Text Markup Language is a standard markup language that comes in handy for creating web pages....
Read More
April 3, 2015 3:11 pm
Published by Mark TregoEver wondered how a website which is written in simple HTML script, looks so organized, structured and charismatic on your web browser’s display? The answer is because it has CSS code as its backbone. CSS or Cascading Style Sheet is...
Read More