This topic is locked

Guide 45 – Countdown – Include JavaScript plugin

1/4/2023 2:53:05 PM
PHPRunner Tips and Tricks
fhumanes author

On the Xlinesoft forum there was a query on how to include a countdown to a fixed date and if you search the internet there are many solutions of the type “JavaScript plugin” that are very easy to include in a PHPRunner project .

In this case I have used the Flip Countdown plugin https://github.com/pqina/flip . This page explains how it works and has multiple examples of how to include this plugin in HTML pages.

Purpose

Include the **Flip Countdown** JavaScript plugin in a PHPRunner project as a Snippet .

Provide a method to include any JavaScript plugin in a PHPRunner project

DEMO: https://fhumanes.com/countDown

The application has the following interface:

img alt

The date that will be taken as limit is the date of the last record entered in the table.

If you are interested in this topic, read the full article at this link