Skip to content

$

PHP & WordPress

PHP, MySQL, WordPress, and backend implementation guides.

11 entries

All Developer Tools DevOps & Hosting Open Source PHP & WordPress Raspberry Pi Windows

$ ls -lt ~/field-notes/ | head

2026-07-31 order-current-user-id-wordpress.md PHP & WordPress 8 min

Prioritize the current user's WordPress posts with a scoped WP_Query filter or a secure prepared SQL query using the post_author column.

2018-05-19 cascading-dropdown-ajax.md PHP & WordPress 3 min

Dependent dropdown with Ajax and PHP is a common script, so I created one for developers. This post is about how to create dependent...

2013-02-03 html-to-image-php-script.md PHP & WordPress 7 min

Convert static or dynamic HTML to a JPEG image with PHP, HTML2PDF, and Imagick using a compact script, safe input, and sensible quality settings.

2012-06-19 youtube-url-to-embed-code-generator-php-script.md PHP & WordPress 7 min

Recovered archive PHP script that converts YouTube and Vimeo URLs to embed iframe code, with custom dimensions, autoplay support, and thumbnail generation.

2012-06-01 backup-and-restore-class-mysql-database-using-php-script.md PHP & WordPress 15 min

The Backup Dilemma: Why Your Server Won't Let You Use mysqldump You face a frustrating problem. Most modern web applications rely on database backups...