BookOfNewtwork
Toggle navigation
BookOfNewtwork
Programming Languages
HOME
C
C++
GO
PYTHON
R
ANGULARJS
CSS
JAVASCRIPT
PHP
JAVA
Code Exmples
HOME
C
C++
JAVA
PHP
HTML
CSS
ANGULARJS
JAVASCRIPT
GO
PYTHON
Software Testing
Software Testing
Automation Testing
Softwares
WINDOWS SOFTWARES
LINUX SOFTWARES
MAC SOFTWARES
HACKING SOFTWARES
Hacking
ETHICAL HACKING
HACKING TUTORIALS
Tools
COUNTRYBYIP
CURRENT LOCATION
DNS
Windows
GROUP POLICY
DEV SOFTWARES
More
COMPUTER HARDWARE
HOW TO TUTORIALS
RED HAT CLIENT
Computer Newtwork
PROGRAMMING CODE CENTER
(PCC) :: [php]
how to write simple hello world program using echo in php language
: 2024
: 2024
: PHP
Keywords classes functions and user defined functions ARE NOT case sensitive in php
: 2024
: 2024
: PHP
Variable names ARE case sensitive in php language
: 2024
: 2024
: PHP
how to use single line comment in php language
: 2024
: 2024
: PHP
how to use multi line comment in php language
: 2024
: 2024
: PHP
how to use comments to leave out parts of the code in php language
: 2024
: 2024
: PHP
how to accept value from user and perform addition of two numbers in php
: 2024
: 2024
: PHP
how to accept value from user and perform subtraction of two numbers in php
: 2024
: 2024
: PHP
how to accept value from user and perform multiplication of two numbers in php
: 2024
: 2024
: PHP
how to accept value from user and perform division of two numbers in php
: 2024
: 2024
: PHP
How to Create different variables in php
: 2024
: 2024
: PHP
How to Test global scope (variable outside function) in php
: 2024
: 2024
: PHP
How to Test local scope (variable inside function) in php
: 2024
: 2024
: PHP
How to Use the global keyword to access a global variable from within a function in php
: 2024
: 2024
: PHP
How to Use the $GLOBALS[] array to access a global variable from within a function in php
: 2024
: 2024
: PHP
How to Use the static keyword to let a local variable not be deleted after execution of function in php
: 2024
: 2024
: PHP
How to Display strings with the echo command in php
: 2024
: 2024
: PHP
How to Display strings and variables with the echo command in php
: 2024
: 2024
: PHP
How to Display strings with the print command in php
: 2024
: 2024
: PHP
How to Display strings and variables with the print command in php
: 2024
: 2024
: PHP
How to perform different kind of PHP string operations in php
: 2024
: 2024
: PHP
How to use PHP integer and its operations in php
: 2024
: 2024
: PHP
How to use PHP float and its operations in php
: 2024
: 2024
: PHP
How to use PHP array and its operations in php
: 2024
: 2024
: PHP
How to use PHP object and its operations in php
: 2024
: 2024
: PHP
How to use PHP NULL value and its operations in php
: 2024
: 2024
: PHP
How to Get the length of a string using strlen() function in php
: 2024
: 2024
: PHP
How to Count the number of words in a string using str_word_count() function in php
: 2024
: 2024
: PHP
How to Reverse a string using strrev() function in php
: 2024
: 2024
: PHP
How to Search for a specific text within a string using strpos() function in php
: 2024
: 2024
: PHP
How to Replace text within a string using str_replace() function in php
: 2024
: 2024
: PHP
How to Check if the type of a variable is integer or not in php
: 2024
: 2024
: PHP
How to Check if the type of a variable is float or not in php
: 2024
: 2024
: PHP
How to Check if a numeric value is finite or infinite in PHP
: 2024
: 2024
: PHP
How to check Invalid calculation will return a NaN value in php
: 2024
: 2024
: PHP
How to Check if a variable is numeric or not in php
: 2024
: 2024
: PHP
How to use Cast float and string to integer in php
: 2024
: 2024
: PHP
How to use Case sensitive constant name in php
: 2024
: 2024
: PHP
How to use Case insensitive constant name in php
: 2024
: 2024
: PHP
How to Create a Array constant with define() function in php
: 2024
: 2024
: PHP
How to Use a constant inside a function (when it is defined outside the function) in php
: 2024
: 2024
: PHP
How to use Arithmetic Addition operator in php
: 2024
: 2024
: PHP
How to use Arithmetic Subtraction operator in php
: 2024
: 2024
: PHP
How to use Arithmetic operator: Multiplication (*) in php
: 2024
: 2024
: PHP
How to use Arithmetic operator: Division (/) in php
: 2024
: 2024
: PHP
How to use Arithmetic Modulus operator in php
: 2024
: 2024
: PHP
How to use Assignment operator: x = y in php
: 2024
: 2024
: PHP
How to use Assignment operator: x += y in php
: 2024
: 2024
: PHP
How to use Assignment operator: x = y in php
: 2024
: 2024
: PHP
How to use Assignment operator: x *= y in php
: 2024
: 2024
: PHP
How to use Assignment operator: x /= y in php
: 2024
: 2024
: PHP
How to use Assignment operator: x %= y in php
: 2024
: 2024
: PHP
How to use Comparison operator: Equal (==) in php
: 2024
: 2024
: PHP
How to use Comparison operator: Identical (===) in php
: 2024
: 2024
: PHP
How to use Comparison operator: Not equal (!=) in php
: 2024
: 2024
: PHP
How to use Comparison operator: Not equal (greate less) in php
: 2024
: 2024
: PHP
How to use Comparison operator: Not identical (!==) in php
: 2024
: 2024
: PHP
How to use Comparison operator: Greater than (>) in php
: 2024
: 2024
: PHP
How to use Comparison operator: Less than (lessthan) in php
: 2024
: 2024
: PHP
How to use Comparison operator: Greater than or equal (>=) in php
: 2024
: 2024
: PHP