Export
\nFuture versions of MySQLinks will provide the ability for you to import links from a text file. On this page you can export your links as a text file so that in the future you will be able to import all of your links should something happen to the webserver that you have MySQLinks installed on, or you could even give another person a copy of your links to kick start their own link collection. Click the link below to generate the export file which you should save to your computer.

"; print "Save exported links

"; print "Import
\nThis feature is not yet available."; } } elseif (getenv('REQUEST_METHOD') == "POST") { print "Generated Code\n"; print "
\n"; print "\n"; print "Here is the section of code that you should insert into your PHP enabled webpage to display your links as you specified on the previous page.

\nHow to use it
\nSimply copy the code exactly as it appears here, then paste it into your page where you want your links list to appear.

Highlighting recently updated links
\nIf you want to differentiate between recently updated links and links that haven't been recently updated, you can add some style rules to the link class 'updated' which has been left blank for you in the code sample. If you wanted to make your recently updated links show in bold, capital letters, you might type something like:
a.updated {font-weight: bold; text-transform: uppercase;}

\nDo you want to make another code sample?\n"; print "
\n"; } ?>