Skip to main content

Articles

Here you will find my thoughts, findings, neat tricks and interesting techniques that I discovered over the past few years of my programming journey, at times stories about my side projects

One post tagged with "PHP"

View All Tags

Streaming HTTP response in PHP - turn long-running process into realtime UI

For a not too long single server-side request what if you could let the user know how the request is handled at the server's end, in real-time without them waiting for the entire process being finished !

Read More