Blog

php frameworks

PHP(hypertext preprocessor) is one of the popular scripting languages used in the backend for developing websites and for web applications. PHP is the topmost server-side management language because of its advanced frameworks available. Developers have to write hundreds/thousands of lines of code to create these websites, which consumes lots of... more

  • Posted on 17th Mar 2020 03:04 PM
latest-php-interview-technical-questions-2020

Fresher Or Experienced... Looking For Php Technical Interview Questions. You Are at the Right Place to Find Valuable Questions And Answers. What Is Php(Hypertext Preprocessor) ..?Php (Latest version 7.4.2) is an open-source general-purpose scripting language,that is especially suited for web development that is used to develop Static websites or... more

  • Posted on 04th Mar 2020 02:26 PM

What is AJAX ? Asynchronous JavaScript and XML. It is a new technique for creating more interactive web applications with HTML, CSS, Javascript. This technique allows updating of web page, without reloading of whole page. Web applications send information to and from the server using synchronous requests. That means when you hit on submit, a new page is directed, from server, and user... more

  • Posted on 29th Dec 2017 04:01 PM

List out the 3 main differences between session and cookies Sessions are stored in server which can hold multiple variables. Session expiry time is specified in configuration and remains active as long as browser is open. It is mainly used for login and logout purpose Cookies are stored on user’s computer, those can be viewed in web browser options and cannot hold multiple... more

  • Posted on 04th Dec 2017 03:29 PM

API - Application Programming Interface. API is a set of tools and protocols for building a software applications. It is the predefined method of communication between 2 web based software applications. Communication means interact when one application likes to access data by another, send data to that application. It is a tool that makes a website data easily understood by a computer.... more

  • Posted on 18th Sep 2017 06:17 PM