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 >