Order WordPress Posts by the Current User ID
Prioritize the current user’s WordPress posts with a scoped WP_Query filter or a secure prepared SQL query using the post_author column.
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 dropdowns with jQuery, MySQL, and PHP. In this tutorial we fetch data from database, convert it to XML format, and populate it into a dropdown with jQuery/JavaScript. The reason to convert … Read more
Convert static or dynamic HTML to a JPEG image with PHP, HTML2PDF, and Imagick using a compact script, safe input, and sensible quality settings.
Fix silent Joomla upload failures on Plesk CentOS by checking active PHP limits, temp paths, Joomla settings, and domain ownership safely.
Recovered archive PHP script that converts YouTube and Vimeo URLs to embed iframe code, with custom dimensions, autoplay support, and thumbnail generation.