PHP & WordPress
PHP, MySQL, WordPress, and backend implementation guides.
11 entries
$ ls -lt ~/field-notes/ | head
Prioritize the current user's WordPress posts with a scoped WP_Query filter or a secure prepared SQL query using the post_author column.
Dependent dropdown with Ajax and PHP is a common script, so I created one for developers. This post is about how to create dependent...
Convert static or dynamic HTML to a JPEG image with PHP, HTML2PDF, and Imagick using a compact script, safe input, and sensible quality settings.
Recovered archive PHP script that converts YouTube and Vimeo URLs to embed iframe code, with custom dimensions, autoplay support, and thumbnail generation.
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...