Website Development Guide
- Bhumi
- 3
- 12 years ago
- Web Development
Is there any difference between print and echo in PHP? Here is one quick article about Basic PHP and it is about to differentiate echo Read More
- Bhumi
- 6
- 12 years ago
- Web Development
Here is the one quick article about DocType in HTML.Generally the Most common question asked in an interview is What is DocType and why it’s Read More
- Bhumi
- 0
- 12 years ago
- Web Development
Many databases support the concept of prepared statements.Prepared statements are useful to execute SQL statements with some patterns and optimize the query.Today I am going Read More
- Bhumi
- 1
- 12 years ago
- Web Development
Design Pattern performs the major role in the object-oriented programming of PHP.A design pattern is useful to write a real and reliable design code and Read More
- Bhumi
- 0
- 12 years ago
- Web Development
While writing to files that are possibly being read by other scripts at the same time, you will run into problems at some point specifically Read More
- Bhumi
- 3
- 12 years ago
- Web Development
Today I am going to show one more demo which is for to swap database table row like in Joomla for sorting or ordering a Read More
- Bhumi
- 1
- 12 years ago
- Web Development
In the last article I have explained about one of the OOPs concept is Type hinting and today I am going to explain one more Read More
- Bhumi
- 3
- 12 years ago
- Web Development
Recently I have prepared some OOPs demos for my students and I really like one concept of Type Hinting so let’s have a quick look Read More
- Bhumi
- 0
- 12 years ago
- Web Development
What is Constructor? Generally Constructor is one kind of method which has the same name as class name.it’s used to initialize the variable of the Read More
- Bhumi
- 4
- 12 years ago
- Web Development
Inherit the class is tremendous flexibility for overwriting a class or method which the call the class method using the instance of the class and Read More