• Home
  • About Us
  • Tutorial
    • PHP
    • Javascript
    • Jquery
    • Ajax
    • Codeigniter
    • Laravel
  • Example
    • PHP
    • Javascript
    • Jquery
    • Ajax
    • Codeigniter
    • Laravel
  • Interview (Q/A)
    • PHP
    • Javascript
    • Jquery
    • Ajax
    • Codeigniter
    • Laravel
  • Contact Us
PHP Example
Arithmetic Calculator
Registration form
Restaurant Menu
Blank field validation
Change background color
Multiple Dropdown
Find train schedule
Find age by Date of birth
For Loop
Form Tag
Array1
Array2
Array3
Dynamic text box
Function1
Function2
Fetch record in table1
Fetch record in table2
Detail view
Edit and Update record
Delete Multiple Records
Enquiry Form
Delete record
Fetch image
Numeric validation
Upload and store image
Pagination
Keyword Search
Search Result
Login Script
Session expire
Visitor number
Remember Me Script
Forgot password Script
Captcha code
Thumbnail for JPEG
Export Mysql to MSExcel
Advance Pagination
PHP Example
Screen shot
To use of Static Variable and Variable.
<?php
function show()
{
static $counter=0;
$counter2=0;
echo "<br>"."This is static variable : ".$counter;
echo "<br>"."This is non static variable : ".$counter2;
echo "<br>";
return $counter=$counter+1;
return $counter2=$counter2+1;
}

show();
show();
show();
?>

PHP Tutorial
Javascript Tutorial
Jquery Tutorial
Ajax Tutorial
Codeigniter Tutorial
Laravel Tutorial
PHP Example
Javascript Example
Jquery Example
Ajax Example
Codeigniter Example
Laravel Example
Sponsored Ads


Home | About Us | Contact Us
Design and Developed by IT Training Online in 2017