Forgive me if this question has been previously answered, but I searched and couldn't figure out the way to do this...which I assume is trivial to most of you. 🙂
Anyhow, I have this page info.php that contains my assortment of arrays to used throughout my site.
The array:
$info[1] = "Information Number One";
$info[2] = "Info Number Two";
$info[3] = "Info # Three";
etc...
I included it in my test page and now what I want to do is have a link corresponding to said array. Like "Hyperconjugation [?]" and the question mark would be a link to whatever array. I'm stumped on how to create the link. <a href=info.php??????>
Thank you for any help.