
Using the PHP function strpos() you can search a PHP variable to find any occurrence of one string inside of another. For example, your string is “Hello World!” and you…
Using the PHP function strpos() you can search a PHP variable to find any occurrence of one string inside of another. For example, your string is “Hello World!” and you…
Today Prodjex was listed in the Top 25 Web Development and Design Companies. Here’s what their list includes: “Each week, we travel to a new city and highlight some of…
We’re working on a new project in Laravel 5.6 and along the way plan on providing tutorials for several of the Laravel functions and guides. Even a simple Laravel install…
In the Laravel installation documentation it says: Make sure to place composer’s system-wide vendor bin directory in your $PATH so the laravel executable can be located by your system. This directory exists…
When linking a telephone number on your website using the a href tag you will notice inconstant styles from mobile devices. For example on a desktop or laptop the number…
Looking for a way to disable plugin update notifications within WordPress? With a few lines of code dropped into your functions.php file this can be accomplished. Why would you want…
Today I had PHPStorm open and not sure what I did, but for some reason it was stuck in a loop of re-indexing files. It wasn’t a new project and…