Skip to content

Webmaster Tools

Domain Driven Design

Domain-Driven Design in PHP – Real examples written in PHP showcasing DDD Architectural Styles, Tactical Design, and Bounded Context Integration Read More

Banner Rotator Example

Create an efficient Banner Rotator in Json and PHP

Over the years, every Developer has sooner or later faced this “dilemma”.
Insert a Banner, Text or Link in a predefined position, randomly; the purpose is to show a different Image or Link each time a page loads. A common called “Banner Rotator” to be precise.

Technically, there are many ways to create this system.
Today, we want to share a Simple and Effective system, to create this system, using 1 file in JSON, and few lines of PHP.
Read More »Create an efficient Banner Rotator in Json and PHP