2010-01-28, 12:07 PM
I added a plugin PHPtpl.php and there it works well.
This location url for this plugin:
Plugin phptpl
Thanks for your reply.
This location url for this plugin:
Plugin phptpl
Thanks for your reply.
(2010-01-28, 11:57 AM)Yumi Wrote: Well firstly, your PHP code isn't even valid.
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>