by Epiphany Infotech | Nov 19, 2020
Join Our Team If you’re creative, hard-working, and are looking to make a difference, you might want to consider working with us. We’re searching for the best and brightest, the most committed, and the folks that know what it takes to produce the best results the...
by Epiphany Infotech | Jul 16, 2018 | Blog Posts
TL;DR The article discusses the challenge of sorting an array in PHP without using any in-built or PHP core functions, such as sort() and rsort(). The article presents a two for loop method as a solution but then explores more efficient methods, such as the Quicksort...
by Epiphany Infotech | Mar 26, 2017 | Blog Posts
TL;DR The article explains how to create an efficient and fast autocomplete feature using jQuery, PHP, and MySQL. It starts by describing the basic HTML structure of the autocomplete feature and moves on to explain how to create a PHP script that connects to a MySQL...
by Epiphany Infotech | Jan 2, 2017 | Blog Posts
TL;DR The author faced an issue where Laravel’s in-built Validator class did not work properly while uploading audio files in a form via jQuery ajax. After trying different solutions, the author created a custom validation in Laravel based on the file extension...