Forum Moderators: coopster
I'm already using a php script to produce these pages; ideally I'd like to be able to make an addition to the script that would allow me to call the links via php. If necessary, I can use the php script to call a cgi random link script.
My list of links in the text file will be pretty long - at least 1000. I'd like to call 1-5 links on each of my pages. I also want each link to appear as normal in the source code i.e if the link appears as "Books" in the viewer's browser, I want the source code and the search engine spider to see;
<a href="books.html">Books</a>
rather than
<a href="random_link.php">Books</a> ...(or something similar).
Anyone have any ideas about the best way to achieve this, or what ready-made script to use?
Many thanks.