Web Tutorials - PHP, Drupal

Warta Lab is one of the best websites for tutorials on PHP, Drupal, Drupal 8, and general programming topics. Visit us for expert solutions, in-depth guides, and valuable programming knowledge

PHP Logical & Programming Interview questions

 Write a program in PHP to check whether a number is prime or not

Write a program in PHP to find no of days between two dates

How to find a position of character in a string in PHP without using strpos function

Write a PHP program to find a string is palindrome or not

Write a program in php to find the factorial of a number

PHP header() Function

Write a program in PHP to reverse a number

PHP type casting

PHP Recursive Functions 

PHP program to merge two arrays into a new array

How to remove duplicate values from an array in PHP

How to check if a value exists in an array in PHP 

How to check if a key exists in an array in PHP

How to reverse the order of an array in PHP

Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Home
Subscribe to: Posts (Atom)

Write a program in PHP to reverse a number

A number can be written in reverse order. For example 12345 = 54321 <?php   $ num = 23456;   $ revnum = 0;   while ($ num > 1)   {   $...

  • Drupal 10 Interview Question List
      General Drupal Knowledge What are the key differences between Drupal 9 and Drupal 10? Click Here What are some of the major improvements i...
  • Key differences between Drupal 9 and Drupal 10
     Drupal 10 builds upon the Drupal 9 but introduces several key changes and improvements. Below are the main differences: 1. Symfony Upgrade ...

Search This Blog

  • PHP Object Oriented Programming (OOP) concept
  • Drupal Interview Preparation Topic
  • TCS , WIPRO, HCL, Capgemini Drupal Interview Questions
  • Git Tutorial
  • PHP Logical & Programming Interview questions
  • Final Year Project for BSC-IT, BE, BCA, MCA In PHP
  • MySql Interview questions and answers for freshers
  • Basic PHP interview Question (TCS, Wipro, Capgemini, HCL)
  • Drupal 9 - Tutorials for freshers & beginners

Labels

  • array
  • Composer
  • drupal
  • Drupal 10
  • Drupal 11
  • Drupal 8
  • Drupal 9
  • drush
  • General
  • Git
  • Linux
  • Mysql
  • OOP
  • PHP
  • SEO
  • string
  • Theming
  • Twig

Blog Archive

  • June 2025 (3)
  • May 2025 (3)
  • April 2025 (1)
  • March 2025 (1)
  • October 2024 (1)
  • September 2024 (1)
  • September 2023 (1)
  • September 2022 (1)
  • August 2022 (1)
  • July 2022 (4)
  • June 2022 (5)
  • May 2022 (1)
  • March 2022 (1)
  • February 2022 (7)
  • January 2022 (3)
  • December 2021 (10)
  • November 2021 (6)
  • October 2021 (23)
  • September 2021 (23)
  • August 2021 (13)
  • July 2021 (7)
  • June 2021 (10)
  • May 2021 (12)
  • February 2021 (5)
  • December 2020 (1)
  • November 2020 (1)
  • September 2020 (7)
  • August 2020 (3)
  • July 2020 (14)

Popular Posts

  • TCS , WIPRO, HCL, Capgemini Drupal Interview Questions
    What are advantages of Drupal What are disadvantages of Drupal Difference between Drupal 7 and 8 How to connect multiple database to Drupal ...
  • Drupal 8 and 9 delete file programmatically
    Code that can be used to permanently delete unused/orphaned files in drupal 9 and 8. // get all files ids   $fids = \Drupal:: entityQuery ...
  • Dependency Injection
     Dependency injection is a technique whereby one object supplies the dependencies of another object   What is Dependency Injection — Wikipe...
  • Upgrading a Drupal 8 site to Drupal 9
    Drupal 9 is clean up version of drupal 8. Upgrading from drupal 8 to 9 is very easy, if you want to upgrade please  follow below the step. S...
  • What is services in drupal 8
     In Drupal 8, a service is any object managed by the services container. Drupal 8 introduces the concept of services to decouple reusable fu...
  • How to check the PHP version on Linux
     For checking  and validate PHP version on Linux follow below step  Open a bash shell terminal and use the command “php –version” or “php -v...
  • How to Set header in Drupal 8
     Drupal 8 has introduced symfony request reponse object. So anything related to request/response header or body level changes should be usin...
  • Storing Session Data with Drupal 8
     The Drupal session management subsystem is built on top of the Symfony session component. It is optimized in order to minimize the impact o...
  • How to create Custom Rest Resources for GET methods in Drupal 8
    One of the biggest changes in Drupal 8 is the integration of Rest services in the core. With use of Views it become very easy to create REST...
  • What are the render arrays in Drupal
     "Render Arrays" or "Renderable Arrays" are the building blocks of a Drupal page, starting with Drupal 7. A render array...
Powered by Blogger.