Using latest version of the script. I am not a coder and trying to get a link working quoted below
<a href="http://thisdomaintest.org/signup.php?aff=xxxxxxx">Join here!</a>
to replace xxxxxxx with the random text, <?php $_GET['type'] = 0; include 'rantex.php'; ?>
but cannot get it working. What is the proper HTML syntax?
Random Text Rotator - Question
Re: Random Text Rotator - Question
On a PHP page, you would use something like
Depending on how you populate random IDs you might also need to modify rantex.php final lines of code from to exactly
(note that the final ?> was removed too)
Code: Select all
<a href="http://thisdomaintest.org/signup.php?aff=<?php $_GET['type'] = 0; include 'rantex.php'; ?>">Join here!</a>
Code: Select all
else
{
echo $txt;
}
?>
Code: Select all
else
{
echo trim($txt);
}
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools