manojsethi90

TypePostAuthorRepliesLast updated
ProjectScientificCalculator manojsethi90013 years 15 weeks ago
ExampleDefining three member functions for Cat manojsethi90013 years 15 weeks ago
ExampleUsing the PHP 5 style constructor manojsethi90013 years 15 weeks ago
ExampleCreating the Cat constructor manojsethi90013 years 15 weeks ago
ProjectPagination manojsethi90013 years 15 weeks ago
ExampleCreating an object of the Cat class manojsethi90013 years 15 weeks ago
ExampleError if the file does not exist manojsethi90013 years 15 weeks ago
ExampleUsing include_once to include a file manojsethi90013 years 15 weeks ago
ExampleError if we include twice the same file manojsethi90013 years 15 weeks ago
ExampleUsing the include function manojsethi90013 years 15 weeks ago
ExampleModifying capitalize() to take a reference parameter manojsethi90013 years 15 weeks ago
ExampleCreating a capitalize function with a default parameter $each manojsethi90013 years 15 weeks ago
ExampleUsing functions within a new function manojsethi90013 years 15 weeks ago
ExampleA Sample Function manojsethi90013 years 15 weeks ago
ExampleCreating an md5 signature manojsethi90013 years 15 weeks ago
ExampleDisplaying information about the PHP environment manojsethi90013 years 15 weeks ago
ExampleUsing continue instead of break manojsethi90013 years 15 weeks ago
ExampleUsing break to avoid division by zero manojsethi90013 years 15 weeks ago
ExampleA sample For loop that counts to 10 manojsethi90013 years 15 weeks ago
ExampleDo While Program manojsethi90013 years 15 weeks ago
ExampleA sample while loop that counts to 10 manojsethi90013 years 15 weeks ago
ExampleUsing endswitch to end the switch definition manojsethi90013 years 15 weeks ago
ExampleUsing the DEFAULT: statement to generate an error manojsethi90013 years 15 weeks ago
ExampleWhat happens when there are no break keywords manojsethi90013 years 15 weeks ago
ExampleUsing switch to test for multiple values manojsethi90013 years 15 weeks ago