2010-01-28, 11:57 AM
Well firstly, your PHP code isn't even valid.
It would be something like this, both for PHP and this plugin:
It would be something like this, both for PHP and this plugin:
<?php $code="blablabla"; ?>
<a href="http://domain.com/index.php?<?php echo $code; ?>">link</a>