Forum Moderators: not2easy
i have built several iterations of a random links script that displays a list of links on a page.
i've built an ASP version, a PHP version, and a couple of javascript versions, but the problem that i have now encountered is this:
i need to be able to display these links on a friend's page who is hosted with a company that allows only HTML and no control over the server environment.
i need to be able to display my links on my friend's page pulled from my server like with php readfile() or file_get_contents(), but the page source must show the html source and not just a script reference..
this has been driving me absolutely crazy, and i would greatly appreciate anyone's ideas and/or input..
thx.