This is an example of how to display random text in PHP by creating an array of strings and using the rand()
function to randomly select an index from the array.
Explanation:
- We define an array $texts with multiple string messages.
- The
rand(0, count($texts) - 1)
function generates a random index between0
and the last index of the array(count($texts) - 1)
. - We then echo the randomly selected text using
$texts[$randomIndex]
.
Every time the page is loaded, this script will display a different message randomly chosen from the $texts array.
PHP
Arithmetic operators
Background that adapts to the current season
Calculate the similarity of text
Comparison operators
Count page views in a session
Display a random image
Display a random text
Display array values
Display a time based greeting
Display the current copyright year
Display current date
Display the current date in another language
Display date based on system language settings
Quiz with input fields
Quiz with input fields, multi-steps
Quiz with radio buttons
Quiz with radio buttons, multi-steps
Redirect users to another page
Retrieve checkbox values
Retrieve form input values
Retrieve the value of the selected option
Retrieve the value of the star rating
Store the value of a radio button in a session
Truncate a string to a specified width
Word Wrap