PHP

149
1513 reads

January 16, 2013

Join string using compound operator


Demonstration of compound operator to join two strings.

346
3474 reads

January 16, 2013

String Variables


This program demonstrates how string variables are used in php.

273
2479 reads

January 16, 2013

Variable handling using double quotes


This code demonstrates how variables are handled using double quotes.

290
2566 reads

January 16, 2013

Variable handling using single quotes


This code demonstrates how variables are handled in php using single quotes.

273
2337 reads

January 16, 2013

Joining Strings


This program demonstrates how to merge two string variables.

224
2454 reads

January 16, 2013

Limit number of decimals


This program helps us to round off the float variables to desired number of decimal places.

336
4895 reads

January 16, 2013

Adding decimal to integer


This program adds a decimal to an integer and displays the result as a float value.

373
4635 reads

January 15, 2013

Arithmetic Operations on integers


This code demonstrates various arithmetic operations on integers.

135
1480 reads

January 15, 2013

Defining Constants


This code shows how to define constants and display their values in php.

191
1543 reads

January 15, 2013