View Single Post
Old 02-22-2004, 11:25 PM  
Myst
Confirmed User
 
Join Date: Feb 2004
Location: Alberta, Canada
Posts: 4,707
Quote:
Originally posted by lil2rich4u2
i have a script which generates a random link.

how do i insert this into a txt link? I dont know how to call it in a url

random.php

[a href="random.php">click here for random site"[/a]

thanks
assuming that the script spits out a link, this is all you have to do
[a href="[? include(your_script.php) ?]"> Random Site [/a]

replace [ with <, and ] with >
Myst is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote