This video shows how you can check username if it already exists in the PostgreSQL database or not using jQuery AJAX and PHP.
YOU ARE THE REASON
2025 on Tumblr: Trends That Defined the Year
Show & Tell
wallacepolsom
Mike Driver
todays bird

oozey mess
we're not kids anymore.
Jules of Nature
Keni
Claire Keane
Cosimo Galluzzi

pixel skylines
One Nice Bug Per Day
occasionally subtle
The Bowery Presents
Not today Justin
PUT YOUR BEARD IN MY MOUTH

Origami Around
official daine visual archive

seen from Malaysia
seen from United States

seen from United Kingdom

seen from Slovakia
seen from Belgium
seen from United States

seen from Singapore
seen from Portugal
seen from Singapore
seen from Romania

seen from United Arab Emirates
seen from Colombia
seen from United Kingdom
seen from Germany
seen from Bangladesh

seen from United Kingdom
seen from United States
seen from United States
seen from United States

seen from United States
@yssyogesh
This video shows how you can check username if it already exists in the PostgreSQL database or not using jQuery AJAX and PHP.
This video shows how you can add jQuery UI autocomplete on your page and load PostgreSQL database data using AJAX and PHP.
This video shows how you can dynamically load data from PostgreSQL database in select2 using jQuery AJAX and PHP.
In this tutorial, I show how you can add social share buttons in Laravel 8 project using Laravel Share package.
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.
This video shows how you can implement DataTables AJAX pagination with search and sort in the CodeIgniter 4 project.
In this tutorial, I show how you can add Datatables AJAX pagination with search and sort without the Laravel package in Laravel 8.
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.
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.
In this tutorial, I show how you can make autocomplete search using jQuery UI plugin in the Laravel 8 project.
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.
In this tutorial, I show how you can use single HTML file element to upload multiple files using Vue.js and PHP.
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.
This video shows how you can fetch records from PostgreSQL using jQuery AJAX and PHP.
In this tutorial, I show how you can create pagination with a search filter in the CodeIgniter 4 project.
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.
This video shows how you can load MySQL database data in select2 using jQuery AJAX in the Laravel 8 project.
In this tutorial, I show how you can load MySQL database data in select2 using jQuery AJAX in Laravel 8 project.
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.
This video shows how you can upload a file using jQuery AJAX with validation and display preview in Laravel 8.
In this tutorial, I show how you can autopopulate dropdown with MySQL database data using jQuery AJAX in Laravel 8.
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.
This video shows how you can upload a file and add validation in the Laravel 8 project.
In this tutorial, I show how you can detect VPN or Proxy using IP address with IPHub API. Using PHP to get an IP and sending an API request.
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.