Sorry for the vague title, I didnt know how to explain it better.
I have an array with links like this:
Array
(
[0] => http://www.example.com/page.php?page=2
[1] => http://www.example.com/page.php?page=3
[2] => http://www.example.com/page.php?page=4
)
Good, but I also need the FIRST page ?page=1. What is the best way to approach this?
array_unshift()will add one or more values to the beginning of an array.Example and Output: