Skip to content
Makitweb
  • PHP
    • CodeIgniter 3
    • CodeIgniter 4
    • Laravel 7
    • Laravel 8
    • WordPress
  • JS
    • JavaScript
    • JQuery
    • Vue.js
    • AngularJS
  • AJAX
  • Python
  • DataBase
  • Contact
  • Videos

PHP Tutorials

Our PHP tutorials are up to date and well explained step-by-step using live examples so you can learn PHP fast and you can download scripts.

How to Update Table struture using migration – Laravel 8

Last updated on January 16, 2022 by Yogesh Singh

In Laravel with the use of migration, you can create tables in the database.

Using this you can also update the existing table structure.

In this tutorial, I show you 2 ways to update table structure using migration in Laravel 8.

How to Update Table struture using migration - Laravel 8

Read more

Categories DataBase, Laravel 8, PHP Leave a comment

How to Add Download link in Dropzone – Laravel 8

Last updated on April 6, 2022 by Yogesh Singh

With the use of Dropzone, you can easily add drag & drop file upload area. It displays a thumbnail after file upload but does not display a downloadable link.

In this tutorial, I show how you can add download file link in the Dropzone container after file is uploaded successfully in Laravel 8.

How to add download link in Dropzone - Laravel 8

Read more

Categories Laravel 8, PHP Leave a comment

Create jQuery UI autocomplete with PostgreSQL PHP and AJAX

Last updated on January 2, 2022 by Yogesh Singh

jQuery UI autocomplete allows user to select an item from the suggestion list based on the typed value.

You can load suggestion list with and without AJAX.

In this tutorial, I show how you can add jQuery UI autocomplete on your page and load PostgreSQL database data using AJAX and PHP.

Create jQuery UI autocomplete with PostgreSQL PHP and AJAX

Read more

Categories AJAX, DataBase, PHP Leave a comment

How to add Foreign key in Migration – Laravel 8

Last updated on May 5, 2022 by Yogesh Singh

A foreign key is a field that is used to establish the relationship between two tables via the primary key (You can also use a non-primary field but not recommended).

In this tutorial, I show how you can add a foreign key constraint while creating a table using migration in the Laravel 8 project.

How to add Foreign key in migration - Laravel 8

Read more

Categories Laravel 8, PHP Leave a comment

Create Datatables AJAX pagination from PostgreSQL with PHP

Last updated on March 5, 2022 by Yogesh Singh

With pagination, you can display lots of data on the page in an effective way.

You can implement this easily using DataTables jQuery plugin.

In this tutorial, I show how you can create DataTables AJAX pagination with search and sort from PostgreSQL database using PHP.

Create Datatables AJAX pagination from PostgreSQL with PHP

Read more

Categories AJAX, JQuery, PHP 1 Comment
Post navigation
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page48 Next →
Makitweb site logo
Makitweb
YouTube

Recent Posts

  • How to Auto populate Dropdown with JavaScript AJAX and PHP
  • Drag and Drop file upload with Dropzone in CodeIgniter 4
  • Check Username Availability in PostgreSQL with AJAX and PHP
  • Create Dynamic Dependent Dropdown with PostgreSQL PHP and AJAX
  • How to Load content on page scroll in Laravel 8

Categories

  • PHP
  • Laravel 8
  • Laravel 7
  • CodeIgniter 3
  • CodeIgniter 4
  • AJAX
  • jQuery
  • JavaScript
  • Vue.js
  • Angular JS
  • WordPress

Join 6,000+ other subscribers.

  • Home
  • About
  • Privacy Policy
  • Contact
  • Sitemap
  • Videos

© 2016-2022 Makitweb, All rights reserved