<?php
$GLOBALS["arTutorials"] = array(
"1" => "This is the first page of a tutorial",
"2" => "Second page, the content can be further added using some nifty database of course",
"3" => "Third Page, and this can go on forever and ever",
"4" => "Fourth Page, this is just one example of many many more",
"5" => "You can add more and more of this stuff",
"Appendix A" => "Or add alpha numeric page numbers too!"
);
===========================================
can i change the equivalent text into url page, for example.
$GLOBALS["arTutorials"] = array(
"1" => "page1.php"
and when i press #1 it will go to page1.php? is tis posible?, sori for my englishπ