In my last document we discussed about how to install apache server, PHP in a server. And how to print a statement in a web page. Let's have an overview about PHP. PHP is an Object Oriented Programming Language. (That means it allows work with classes and its instance). We will discuss about O.O.P in great detail in future blogs. ...
Let's step into the pool and start to swim........ First you need to install apache 2 server and PHP in your operating system . There are many executable files that can install this in your workstation.Windows - Wamp , XamppLinux - LampMake sure you are running apache server .try 'localhost' (without quotes ) in your browser. If it shows a ...
Hello people, now we are going to talk about more basic stuff with PHP. Until now we know about setting up a server , how to print a statement , and assign variables and manipulate it. Today we are going to discuss about conditional statements. Most of the time conditional statements outputs Boolean value. (Either true or false). To ...