PHP

Programming

Changing Wordpress URLs via MySQL or CLI

A straightforward guide to setting up your computer for development based on what I use and how to install it.

Programming

Pretty PHP Debug Output

A quick copy-pasta for rapid PHP debugging.

Programming

Handy PHP Snippets & Functions Round 2

Back with another PHP guide with useful snippets and functions you can use in your projects.

Programming

Best of PHP Functions

When working with PHP I have a bunch of go-to functions and things I come back to often.

Programming

LEMP: Linux NGINX MySQL PHP Server Configuration Walkthrough

This is a quick and gritty guide to setting up a Linux based server for MySQL, PHP, NGINX.

Programming

NGINX Wordpress Template

This is the NGINX config I use for most Wordpress / PHP projects. I've updated it throughout the years with optimal configurations

Programming

PHP - Get All Links from a Website

A quick little script for PHP that will grab all the links in a page and output them in a human-readable format. Nothing special, but useful.