User-submitted PHP Projects

31
1628 reads

February 5, 2013

Passing Array as Argument to Function


Sometimes we have to pass an array to the function as an parameter. So this is the way how to pass an array to a function
40
1427 reads

February 5, 2013

Dynamic Functions


Sometimes a dynamic function is required.
37
1440 reads

February 5, 2013

Beginning Functions


Functions are used to reduce the code. The set of code that is written in a function can be used multiple time. thus increasing time and code efficiency.
23
1381 reads

February 4, 2013

Complex IF Statements


More complex if statements often require that several conditions be checked.
35
1375 reads

February 4, 2013

Nested IF Statements


One useful thing to remember about conditional statements is that they can be nested within each other.
28
1522 reads
manojsethi90's picture

Submitted by

manojsethi90
MultiplicationCalculator
Multiplication Calculates the result for any number of numbers you enter just like calculator.
Run It Now!
29
1501 reads

February 2, 2013

Switch Case


Use the switch statement to select one of many blocks of code to be executed.
45
1392 reads

February 1, 2013

While Loop Creating Select Date


Using While Loop To create a Select Date.
33
1372 reads

February 1, 2013

For Loop With TextBoxes


Basic Example showing how to practically use the for loop with the front end. For Loop plays a major role in inserting and fetching the data from the database.
27
1506 reads

January 31, 2013

Important String Function


These functions are used very frequently when working with strings.