2577 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
4271 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
2792 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