I am using print_r($links[1]); to get the following returned to the page:
Array
(
[0] => lol
[1] => this
[2] => is
[3] => a
[4] => freaking
[5] => test
)
How can I get the value of 0: “lol” only, and echo it back to the page?
This is quite simple: