Here is an example of how to reload a page on button click with Javacript and removing the query string. I have a URL like this: domain.com/experts-exchange/29046174.php?id=1&query=nathan&orgID=2442 I want to…
I've tried quite a few different Wordpress backup plugins on my client setups but this one is by far the simplest and easiest to use while providing a solid solution.…
Simple SQL query to sum an alias column and group by ID. Initial query user needed help with: select dt.member_id, dt.NumberOfMonthsBetween FROM ( select member_id, DATEDIFF(month,date_credentialed,renewal_date) as NumberOfMonthsBetween from member_credential…
I had a request this morning on how to create a short code in Wordpress that would list out all of the post titles and dates separated by month. Similar…
While SSH'd into my Centos server recently, I kept getting strange errors when trying to run PHP Artisan and Composer commands. I couldn't figure out for the life of me…
When using https with an AWS ELB the normal redirect of http requests to https can cause a redirect loop. We have to look at the request, make sure it's…