|
Place in file of any sort, and include it into your PHP script. Done and done.
You don't need to do anything special with this since its just hard coded without any PHP. It could even be placed into a .txt file and included with include 'menu.txt';.
Although if this were I, I'd either put that data into a database or a file, and then use PHP to actually create the list items.
__________________
PHP Code:
header('HTTP/1.1 420 Enhance Your Calm');
|