If we’re talking about quick deployments XAMPP
is certainly a good thing, but if we want to have complete manual control over things happening under the hood for a more solid and comprehensive approach custom technology bundler is a not so good thing to do.
So, in this blip note i will tell you how to glue Apache, PHP and PostgreSQL technologies together.
Assuming that PHP 8.4 is installed to:
UPDATED ON: 2025-04-17
Project to test JS/PHP queries in real life tasks. The “Submit Your Vote” button becomes active only after you select one of the options and enter a unique number of more than 5 digits (not letters).
TECHNOLOGY STACK
FRONTEND SIDE
HTML markup: PUG Pure JavaScript/SCSS Node.js 23.7 [hacked] Webpack 5.98 VS Code 1.93 [hacked] BACKEND SIDE
XAMPP [for making PHP 8.2 work on Windows 7] APACHE [embedded version] PostgreSQL 14 PGAdmin 6.
UPDATED ON: 2025-04-14
Testing out waters with database technologies and custom written web-based applications. This project includes the following tech:
Webpack as a module bundler to compile the whole project PUG as a modern, modular replacement for classic HTML SCSS for graphics rendering and animation [btw, no images were used] JavaScript for POST/GET queries to the PHP backend PHP to retrieve needed data from database Apache for hosting server-side logic IMPLEMENTED FUNCTIONALITY