PHP

9 posts tagged with "PHP"

May 1, 2019 · 8 min read
Making Axios Request Payload work with PHP & What goes behind?
I tried to use a mock PHP page for my API requests with Axios, but unfortunately I ran into multiple problems. This article has solutions for all.
JavaScript, Web Development, Programming
April 29, 2018 · 7 min read
Generating Screenshots of URLs using Google's secret magic API
A simple and quick way of generating screenshots without any external software or libraries using Google's Page Speed Insights API.
Web Development, DevOps & Tools, Programming, Social & Culture
March 20, 2018 · 7 min read
Working with Virtual Hosts in Scotch Box Pro
My experience in making the vHosts command work on the new Scotch Box Pro. This tutorial is aimed at beginners.
Web Development, DevOps & Tools, Programming
March 12, 2018 · 10 min read
A quick app for creating Equal Total Payments using PHP
A simple app using PHP that generates the list of payments to be done every month along with interest and principal amount paid.
Programming
June 10, 2017 · 3 min read
Flame the inner gamer in you with FLAMES
A simple PHP based script to relive the childhood and play the FLAMES game.
Programming, Entertainment
May 20, 2017 · 7 min read
Challenge: Making an Affiliate Registration with Hierarchy
A PHP & MySQL script for creating a simple affiliate registration marketing.
Programming
May 11, 2017 · 3 min read
Creative (crazy) uses of Chain Assignment (PHP)
Some creative uses of the multiple chain assignment operator are discussed here.
JavaScript, Programming
May 7, 2017 · 1 min read
Headaches of UTF-8 BOM!
This article explains my struggle on how I encountered a dreadful UTF-8 BOM and how I overcame it!
Web Development, Programming
April 5, 2017 · 2 min read
Résumé
The nightmare with UTF-8 encoding in Database!
Programming