Tumgik
yssyogesh · 2 years
Video
youtube
This video shows how you can check username if it already exists in the PostgreSQL database or not using jQuery AJAX and PHP.
0 notes
yssyogesh · 3 years
Video
youtube
This video shows how you can add jQuery UI autocomplete on your page and load PostgreSQL database data using AJAX and PHP.
0 notes
yssyogesh · 3 years
Video
youtube
This video shows how you can dynamically load data from PostgreSQL database in select2 using jQuery AJAX and PHP.
0 notes
yssyogesh · 3 years
Link
Laravel Share package lets you dynamically generate social share buttons from popular social networks to increase social media engagement.
These allow website visitors to easily share the content with their social media connections and networks.
In this tutorial, I show how you can add social share links in your Laravel 8 project using Laravel Share package.
2 notes · View notes
yssyogesh · 3 years
Video
youtube
This video shows how you can implement DataTables AJAX pagination with search and sort in the CodeIgniter 4 project.
0 notes
yssyogesh · 3 years
Link
With pagination, it is easier to display a huge list of data on the page.
You can create pagination with and without AJAX.
There are many jQuery plugins are available for adding pagination. One of them is DataTables.
In this tutorial, I show how you can add Datatables AJAX pagination without the Laravel package in Laravel 8.
0 notes
yssyogesh · 3 years
Video
youtube
This video shows how you can make autocomplete search using jQuery UI and load MySQL database data using jQuery AJAX in the Laravel 8 project.
0 notes
yssyogesh · 3 years
Link
jQuery UI has different types of widgets available, one of them is autocomplete.
Data is loaded according to the input after initialize autocomplete on a textbox. User can select an option from the suggestion list.
In this tutorial, I show how you can make autocomplete search using jQuery UI in Laravel 8.
0 notes
yssyogesh · 3 years
Link
Instead of adding multiple file elements, you can use a single file element for allowing the user to upload more than one file.
Using the FormData object to pass the selected files to the PHP for upload.
In this tutorial, I show how you can upload multiple files using Vue.js and PHP.
0 notes
yssyogesh · 3 years
Video
youtube
This video shows how you can fetch records from PostgreSQL using jQuery AJAX and PHP.
0 notes
yssyogesh · 3 years
Link
CodeIgniter already has a pagination library using which you can easily add pagination on your page.
In this tutorial, I show how you can create pagination with a search filter in the CodeIgniter 4 project.
0 notes
yssyogesh · 3 years
Video
youtube
This video shows how you can load MySQL database data in select2 using jQuery AJAX in the Laravel 8 project.
0 notes
yssyogesh · 3 years
Link
Select2 is easy to initialize on an element. It allows loading data with and without AJAX.
In this tutorial, I show how you can load MySQL database data in select2 using jQuery AJAX in Laravel 8 project.
0 notes
yssyogesh · 3 years
Video
This video shows how you can upload a file using jQuery AJAX with validation and display preview in Laravel 8.
0 notes
yssyogesh · 3 years
Link
With autopopulate dropdowns, a user is restricted to select an option from the available options based on the selection of its previous selection.
In this tutorial, I show how you can autopopulate dropdown with MySQL database data using jQuery AJAX in Laravel 8.
1 note · View note
yssyogesh · 3 years
Video
youtube
This video shows how you can upload a file and add validation in the Laravel 8 project.
0 notes
yssyogesh · 4 years
Link
If you are managing content based on the country then there is always a chance that a user tries to access other country content using VPN or Proxy.
If you are not validating it then the user can access the content.
In this tutorial, I show how you can detect VPN or Proxy server with IPHub API.
I am using PHP to get an IP address and sending an API request.
0 notes