Contributions

Article
in this article, We’ll learn basics steps to solve ‘can’t contact ldap server php’. We dive deep into the common issue of encountering this error while working with PHP. We’ll solve LDAP server connectivity in your PHP applications.
Article
This tutorial helps to install Composer into your system. The PHP Composer is a powerful dependency manager for PHP projects. It helps to adding, managing, and updating libraries and packages in your project.
Article
in this article, You’ll learn How to export data from MySQL to Excel using PHP and phpspreadsheet, I have already shared the article without any third-party libs Exporting Data from MySQL to Excel using PHP.
Article
This tutorial will walk you through the steps necessary to use PHP to extract/unzip a folder from an FTP server. To assist you in completing this task, we will go over the steps with an example code.
Article
Uninstall or remove composer (php dependencies manager) in windows 10/11. In this tutorial, you will learn how to remove or uninstall php composer in windows 10/11 system.
Article
in this tutorial, we’ll learn how to fix “UNKNOWN COLUMN IN ‘FIELD LIST’”. Sometimes, We’re are getting errors after each insert or update to the MySQL table.
Article
This PHP tutorial helps to create a dynamic XML sitemap generator using PHP. We’ll create a php script that helps to generate a website sitemap in xml format.
Article
In this article, we’ll show you how to create a PDF file from data pulled from a database. I’m using MySQL and the PHP core with jQuery.
Article
The php str_repeat() function helps to repeat the string the specified number of times.

The str_repeat() function generates a new string by iterating over the given string a predetermined number of times.
Article
in this post, We’ll convert the array elements into string. We are going to convert the array to string using three methods.
Tutorial
This Laravel 8 tutorial help to implement yajra datatble with laravel8. Yajra is awesome grid plugin for laravel which is based on jquery datatable. Its easy to integrate with laravel compared to datatable.
Article
in this tutorial, We’ll learn how to create a dynamic listing using bootstrap 5 based datatable with PHP and MySQL. I am using the jQuery AJAX method to get records from MySQL. I also integrated ajax based sorting and searching using jquery datatable.
Tutorial
You will learn How to recover/reset a forgotten password using PHP and MySQLi in this post. We’ll show you how to use a Forgot Password form to recover your password if you’ve forgotten your username or email. We’ll send a password recovery email to the user after the form is submitted.
Article
We will create laravel 8 layout and views Using AdminLTE3 Theme.This tutorial help to convert simple bootstrap HTML theme into laravel 8 layout. The layout means a theming of your laravel application. The blade template engine will use to create theme layout in laravel 8.
Article
This tutorial help to ldap authentication using laravel 7.I am creating some apis that ll use by react application to do some operations. So I need to authenticate user to restrict some rest endpoints.
Article
This tutorial help to convert gitlab raw log into html color view. The gitlab ci/cd are generating logs for each jobs. You can view color view logs using gitlab view.
Article
This tutorial help to create task scheduling using laravel 8 scheduler. The web application require some tasks to be run periodically on the server. The laravel is providing elegant Task Scheduling mechanism to run task periodically.
Article
in this tutorial, We ll concatenate two or multiple columns in MySQL.We will select the values and concat multiple columns using MySQL inbuilt method.
Article
This tutorial help to embed pdf into web page.We will use html embed tag to display pdf file into web application.Its too simple and easy to use without any third party library dependency.You can implement it with any programming language which has a web page.
Tutorial
PHP 8 is scheduled to be released on November 26, 2020. PHP 8 is currently in beta.PHP 8 is a major version and has breaking changes from previous versions.New features and notable changes include
Article
This php tutorial help to understand difference between PHP isset() vs empty() vs is_null().These method are used to test the value of a variable.You can use isset(), empty() and is_null() for test variable have a value or not.
Article
This tutorial help to import the csv data into MySQL and export data from MySQL to csv file.The CSV file is used to import and export data for moving/exchange data information between web application.You can use rest api or web application to import/export CSV data
Article
This laravel tutorial help to integrate build a custom search engine based on Elasticsearch. We will integrate Elasticsearch nosql database with laravel and fetch data using Elasticsearch query.
Tutorial
This laravel 6 tutorial help to create CURD operation using laravel 6.CRUD stands for Creating, Reading, Updating, and Deleting resources from database.I ll create controller using Laravel Resource command.
Article
I will describe Laravel 7 features and installation.The laravel 7 has been launched on March, 2020, This quick tutorial help to install laravel 7 into your system.The installation of laravel 7 is too easy and simple as like previous laravel 6 version.
Article
This tutorial help to understand encrypt and decrypt string in php7.3. I have also shared How To Encrypt and Decrypt string in PHP 5.As you aware sodium is replaced mcrypt method (which is officially being deprecated) in PHP7.3.
Article
This Tutorial help to Create CRUD(Create, Read, Update and Delete) Operations using Mongo database and PHP. I have already shared tutorial to Create Bootstrap Table Listing Using Mongo.
Tutorial
This is basic golang tutorial for loop example.The for loop is very common and basic function to iterate on items.As we know that for loop is common loop, So we will discus here for loop example in golang application.
Article
This laravel 5.8 tutorial help to create multilingual web application.We will create different languages messages and display to user based on selected locale information.We will create application that help to serve fr(France) and en(English) languages message.The default laravel language is english(en), Although not everyone speaks or understands English and many countries have more than one official language.

Showing the last 30 only...