This video shows how you can load data on a dropdown based on the selection of the other dropdown using Vue.js and PHP.
seen from China
seen from Taiwan
seen from Malaysia
seen from Singapore

seen from Finland

seen from Netherlands
seen from United States

seen from Singapore
seen from China
seen from United States
seen from Netherlands

seen from Philippines

seen from Türkiye

seen from United States

seen from Singapore
seen from China

seen from T1
seen from United States
seen from Senegal

seen from Canada
This video shows how you can load data on a dropdown based on the selection of the other dropdown using Vue.js and PHP.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
This video will show how you can store an image and retrieve it from MySQL database using PHP.
I show 2 ways -
1. Storing the image file in the server and save file name in the MySQL table. Retrieve image by file name.
2. Saving the image base64 encoded value in the MySQL table. Display image using base64.
This video will show how you can use the Dropzone library to upload a file using drag & drop in the CodeIgniter project.
This video will show how you can create a registration page with validation using MySQL and PHP.
Web Speech API allows recording human voice and convert it to text or generate an audio file.
This can be used to enable the users to access the website hand free and give commands with voice.
Sometimes, requires to detect the user voice volume.
To do this I am using volume-meter.js library.
It returns pitch volume.
Use this value to draw graphical representation.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
In this tutorial, I show how you can read multiple checked checkboxes values and save to MySQL database and fetch it with PHP.
Sometimes, JavaScript modification doesn’t reflect on the page while running.
Need to clear browser cache manually each time when the file gets updated.
It makes the debugging process hard.
If the project contains some bug and you fix it but the user needs to clear the browser cache to reflect the changes.
In this tutorial, I show how you can prevent JavaScript file from Caching by the browser.
In this tutorial, I show how you can export a MySQL database using Command Line.