The range() function creates an array containing a range of elements.
This function returns an array of elements from low to high.
Note: This parameter was added in PHP 5
Note: If the low parameter is higher than the high parameter, the range array will be from high to low.
The output of the code above will be:
Your Query was successfully sent!