20 Jun PHP, Tricks PHP Script: Generate random usernames June 20, 2020 By Abir 2 comments You can use this script to generate random usernames.1. Main ... Continue reading
03 Feb Coding, PHP Pixelkit Bootstrap Select Box not changing dynamically using jquery change event February 4, 2017 By Abir 0 comments I just started using PixelKit-Bootstrap-UI-Kit's Dark-Velvet theme. It's a beauty. I was using the orange styled drop-down box at seve... Continue reading
26 Oct Coding, PHP Guzzle 6 PSR7 Request: How to send custom headers, body and cookies March 13, 2016 By Abir 3 comments So, I recently upgraded to Guzzle 6. It has PSR7 Request/Response classes which have a lot of new features. Documentation is quite goo... Continue reading
26 Oct Coding, PHP Guzzle: How to capture requests responses using Fiddler March 13, 2016 By Abir 1 comment Fiddler is a wonderful free web debugging proxy tool from Telerik. It helps you debug web applications by capturing network traffic. ... Continue reading
25 Oct Coding, PHP Remove double quotes from Guzzle Cookies March 13, 2016 By Abir 0 comments I very recently started using the guzzle 6 PHP library to data mine some sites. It's worked great so far. One of the sites I'm mining ... Continue reading
25 Oct Coding, PHP Editing Code In a PHAR file March 13, 2016 By Abir 2 comments A PHAR file is a PHp ARchive file. You can create an archive of your PHP library and store it into a PHAR file for easy distribution. ... Continue reading