Latest Articles

Difference between mysql_fetch_array and mysql_fetch_object and mysql_fetch_row

Difference between mysql_fetch_array and mysql_fetch_object and mysql_fetch_row

Learn the difference between mysql_fetch_array, mysql_fetch_object, and mysql_fetch_row in simple words with easy examples.

Ketan Patel

Adding a Sticky Actions Block to the OpenCart 4.x Admin Panel

Adding a Sticky Actions Block to the OpenCart 4.x Admin Panel

Stop scrolling to the top to save. Use this simple CSS/JS fix to make your OpenCart admin action buttons stay visible at all times.

Ketan Patel

How to Display Custom Product Fields on OpenCart 4.x Frontend

How to Display Custom Product Fields on OpenCart 4.x Frontend

You've added the field in the admin, now show it to customers. The exact Twig and Controller changes needed for product and comparison pages.

Ketan Patel

Adding Custom Product Fields in OpenCart 4.x

Adding Custom Product Fields in OpenCart 4.x

Beyond the basic options. How to add a new column to the product table and display it in the admin "General" tab for custom data.

Ketan Patel

Installing CakePHP 5 on XAMPP: Windows Step-by-Step Guide

Installing CakePHP 5 on XAMPP: Windows Step-by-Step Guide

A no-nonsense guide to getting CakePHP 5 running on Windows. Covers Composer requirements, Intl extension fixes, and Virtual Host setup.

Ketan Patel

Managing User Credit and Debit Transactions in MySQL

Managing User Credit and Debit Transactions in MySQL

How to handle financial logic without rounding errors. Proper schema design for balances, transaction history, and ensuring data integrity.

Ketan Patel

How to Import Large SQL Files into phpMyAdmin (No Timeout)

How to Import Large SQL Files into phpMyAdmin (No Timeout)

phpMyAdmin keeps timing out? Learn how to adjust 'config.inc.php' or use the command line to import heavy database dumps safely.

Ketan Patel

Pre-Release Testing Checklist: Minimizing Bugs and Errors

Pre-Release Testing Checklist: Minimizing Bugs and Errors

Don't ship bugs. A 10-point technical checklist covering .env security, DB migrations, and console logs before you hit the 'deploy' button.

Ketan Patel

Accurate JavaScript Character Count Script for Production

Accurate JavaScript Character Count Script for Production

Simple, production-ready script to show "X characters remaining" on textareas. Includes logic to prevent pasting content over the limit.

Ketan Patel

Real-Time JavaScript Word Counter for Forms (Complete Guide)

Real-Time JavaScript Word Counter for Forms (Complete Guide)

Most JS word counters break on double spaces or newlines. Here is the correct Regex approach for a live word count that actually works.

Ketan Patel

Displaying Popular Products on the OpenCart 4.x Frontend

Displaying Popular Products on the OpenCart 4.x Frontend

Use the 'viewed' column in your database to automatically display trending items on your frontend. A lightweight way to boost internal links.

Ketan Patel

How to Display Current Date and Time in OpenCart 4.x Admin

How to Display Current Date and Time in OpenCart 4.x Admin

A simple UI tweak for OpenCart 4.x. Learn which controller and twig file to edit to display the server time directly in your admin dashboard.

Ketan Patel