manojsethi90

TypePostAuthorRepliesLast updated
ExampleUsing if to test for multiple values manojsethi90013 years 15 weeks ago
ExampleUsing the ? operator to create a message manojsethi90013 years 15 weeks ago
ExampleChecking Multiple Conditions manojsethi90013 years 15 weeks ago
Exampleelse and if statements manojsethi90013 years 15 weeks ago
ExampleLefthand expressions manojsethi90013 years 15 weeks ago
ExampleCasting a variable manojsethi90013 years 15 weeks ago
ExampleSum of values manojsethi90013 years 15 weeks ago
ExampleChanging the default precedence using parentheses manojsethi90013 years 15 weeks ago
ExampleOrder of precedence manojsethi90013 years 15 weeks ago
ExampleUsing pre- and postincrement manojsethi90013 years 16 weeks ago
ExampleUsing the autodecrement operator manojsethi90013 years 16 weeks ago
Example Using autoincrement to add to a variable manojsethi90013 years 16 weeks ago
ExamplePHP mathematical function usage manojsethi90013 years 16 weeks ago
ExampleUsing a constant in your program manojsethi90013 years 16 weeks ago
ExampleThe HTML markup produced by the PHP code in manojsethi90013 years 16 weeks ago
ExampleCorrectly calling print in hello.php manojsethi90013 years 16 weeks ago
ExampleA wrong way to add some PHP code to the HTML file manojsethi90013 years 16 weeks ago
ExampleAll you need to start with PHP is a simple HTML document manojsethi90013 years 16 weeks ago
ExampleCombining a string and a number manojsethi90013 years 16 weeks ago
ExampleConcatenating strings together manojsethi90013 years 16 weeks ago
ExampleUsing strcasecmp to compare two strings manojsethi90013 years 16 weeks ago
ExampleCorrect escaping of special characters manojsethi90013 years 16 weeks ago
ExampleBreaking echo with special characters manojsethi90013 years 16 weeks ago
ExampleVarious special characters in string assignments manojsethi90013 years 16 weeks ago
ExampleSingle quotes used in a string assignment manojsethi90013 years 16 weeks ago