How to generate random sentence consisted of random words with PHP

Опубликовано: 30 Сентябрь 2024
на канале: ThirteeNov
631
12

In this video I’m going to share a simple PHP script to generate random sentence consisted of random pre-defined words.

For example I want to show a text saying: “Hi, thank you for visiting my website” several times, but I don’t want repetitively saying exactly that sentence. Then the solution is this program, which can randomize some of words in this sentence so somehow it uniquely showing different sentences with same meaning.

Get the codes from my website in this link: https://thirteenov.ciihuy.com/how-to-...