Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Tuesday, December 5, 2023
Streaming HTTP response in PHP - turn long-running process into realtime UI
›
Streaming is not a new concept, it is a data transfer technique which allows a web server to continuously send data to a client ...
Wednesday, October 25, 2023
Mysql trigger for checking duplicate record in Table before insert using trigger
›
I am to creating a trigger for my table User which checks for duplicates (Mobile number) in the User table before inserting a ne...
Thursday, October 19, 2023
How to fix the MySQL error: Illegal mix of collations for operation union
›
Well, you probably have different collations in some MySQL views or stored procedures, try to force collation like this: S...
Sunday, October 8, 2023
PHP image output and browser caching
›
This post is for return image from server by PHP script and cache in browser to save on our bandwidth. Below code will retu...
How to Send files via POST with cURL and PHP (Example)
›
In this process cURL send file to any web server along with other params. Check it out below code: Assuming that you...
Tuesday, September 19, 2023
How to Save a Mapbox GL Web Map Extent as an Image | Mapbox GL JS: Export map to PNG
›
Our target is to export Mapbox as exported PNG format. Mapbox loaded into canvas, so our job get simplified. Give that map ...
Saturday, September 16, 2023
Create CSV file containing UTF-8 characters in PHP and Javascript | Illegal Character \ufeff Problem
›
If you create or read a CSV file and the file contains some characters such as ü or ş, then you will find the characters are not...
‹
›
Home
View web version