2061 Views
Introduction of Database  A database is  a collection of program and tools that facilitate users to create and maintain the database. It provides the enterprise  with centralized control of its operational data- which is one of its most relevant assets. We will be using MYSQL it ...
Anamika Gupta
Aug 30, 2018
2652 Views
To collect and use form data in PHP  Checking the data for form submission in PHP To check the form data in PHP 1. We use the isset()  function to check  that the variable is established or not .The isset() function return  false if variable testing  variable ...
Anamika Gupta
Aug 28, 2018
2699 Views
1. array_change_key_case :-  It changes all the keys of  an array in uppercase. <?php $employee_id=array("Jim"=>"40535","Krish"=>"83007","Joe"=>"41233"); print_r(array_change_key_case($employee_id,CASE_UPPER)); ?> Output Array ( [JIM] => 40535 [KRISH] ...
Anamika Gupta
Jul 23, 2018
3683 Views
String is used to handle a function it is a sequence of characters .There are some of the string with example. 1. addcslashes :- It return the String with backslashes before the character. <?php echo addcslashes('Hello[ ]', 'A..z'); ?> Output \H\e\l\l\o\[ \] 2. addslashes ...
Anamika Gupta
Jul 14, 2018
2319 Views
To work in PHP firstly understands the concept of (OOP) Object-Oriented Programming (PHP OOP),  is a type of programming language added to php5, that helps in building complex, reusable web applications.  OOP is easy, simple and fast and easily debug, Once you figure out the basic ...
Anamika Gupta
Jan 31, 2018
Page 1 of 1 Pages       Total Records 5
  • First
  • Prev
  • 1
  • Next
  • Last