PHP

25
1272 reads

February 21, 2013

Using functions within a new function


Some Predefined functions used for formatting.
35
1555 reads

February 21, 2013

A Sample Function


Functions are used to reduce code redundancy and increasing code effeciency
22
1642 reads

February 21, 2013

Creating an md5 signature


md5 is used to convert the data in hashed form.
33
1470 reads

February 21, 2013

Displaying information about the PHP environment


Tells about the PHP Version you are using and some other configurations.
35
1425 reads

February 20, 2013

Using continue instead of break


Continue Skips of only the requested Skip. After Skipping it moves forward with the loop
36
1409 reads

February 20, 2013

Using break to avoid division by zero


Stopping When Division is done by Zero
31
1362 reads

February 20, 2013

28
1463 reads

February 20, 2013

Do While Program


In Do While a code that is to be executed after check is executed atleast for one time
26
1261 reads

February 20, 2013

23
1373 reads

February 20, 2013

Using endswitch to end the switch definition


End the Switch Case with endswitch predefined variable;