For a long time, I am using Paypal in my PHP application for development purposes. On the basis of my understanding and experience of Paypal. I want to share my knowledge. I hope it will
Continue ReadingPHP As An Object Oriented Programming Part-2
Class Method:- The function which is declared in a class is called Method. The method can be Public, Private, or protected. Valid method name can start from underscore or letter and follow by any letter,
Continue ReadingPHP As An Object Oriented Programming Part-1
Class In PHP :- PHP defines a class using class keyword and followed by class name and then followed by opening and closing curly braces { }. These curly braces enclose the definition of class
Continue ReadingObject Oriented Programming in PHP
Object-oriented programming is an approach to programming where objects and classes are used.PHP start support Object-Oriented Programming from version PHP4. But from version PHP5 it becomes very advance because the object model was rewritten for
Continue ReadingJoomla Interview Question And Answer
Joomla is an open-source content management system(CMS). It is completely free for use. It is written in PHP. It supports the Mysql database. It uses the Model View Controller (MVC) architecture for write code. Currently,
Continue ReadingWordPress Interview Question Answer
WordPress is an open-source content management system(CMS). Its first version comes in 27th May 2003. It used PHP and Mysql for development. Currently, It is the most popular CMS in the world.Initially, it was used
Continue ReadingMYSQL Interview Question General
Mysql Interview Question and Answer Mysql is a widely used database. Currently, it is a widely used database. Here We are putting a few MySQL questions and answers, which generally asked. 1. What is Mysql?
Continue ReadingAJAX Interview Questions Answers
AJAX Interview Questions Answers Currently AJAX is used broadly in web technology. It make website more use full Few AJAX interview Questions Answers given below. 1. What is AJAX? Ans:- AJAX is abbreviation of Asynchronous
Continue ReadingJavascript Interview Questions
Javascript Interview Questions Answers Javascript Interview Questions Answers for beginners and professionals with a list of top frequently asked in Javascript which include from basic to advance 1. What is Javascript?Ans:- Javascript is a client-side
Continue ReadingCSS Interview Questions
CSS Interview Questions Answers CSS Interview Questions and answers for beginners and professionals with a list of top frequently asked in CSS which include from basic to advance. It designed specially to get you acquainted
Continue Reading