How to create a Custom REST API using a Controller in Drupal 9
If you are new to Drupal 9 and wondering how to create a simple REST API, this is the right place to learn about it. You can create a REST API in multiple ways, but the one I am going …
PHP, Drupal, jQuery Tutorials Demo & Downloads!
If you are new to Drupal 9 and wondering how to create a simple REST API, this is the right place to learn about it. You can create a REST API in multiple ways, but the one I am going …
There are many services available in Drupal 8 by default, but sometimes we need to write our own function/logic and the functionality should be available throughout the Drupal 8 application. This can be achieved by creating a custom Service in …
In this post, we will discuss how can we create a custom form in Drupal 8. If you have already worked in Drupal 7, it’s totally different in Drupal 8.
First you need to create a custom module to create …
In this post, i am going to teach you how you can create a login and registration system in Codeigniter Framework. I am also going to attach the entire code so you can download and run it in your local …
NOTE: This tutorial requires the basic knowledge of Codeigniter to understand it.
In this post, we are going to see how to upload a file using the Codeigniter 3 framework and save the uploaded file data into the database.
I …
In this post, we are going to see how we can fetch from and insert data into MySQL database using AngularJS and PHP.
I am using PHP mysqli to insert records into the database. This tutorial is more concentrated on …
In this post i am going to show you how you can write a simple Drupal 8 module which will print “Hello world from custom module”.
There are numerous differences between Drupal 7 and Drupal 8. Especially folder structure, If …
I have already written a similar post long back using jQuery form Plugin if you wish you can see the link below:
Before going through the script you can see …
Drupal has provided Form API’s to create checkboxes easily unfortunately it didn’t offer a select all / deselect all checkboxes option.
But no worries, there are plenty of contributed modules are present in Drupal site which will help us to …