I've created a links page on my site using the "add pages" feature in vshare. The only problem is the code you submit into the page from the admin interface lets you add php code in but it isn't parsed by php so i cant use my links script on that page. smarty {php} tags dont work either.

Basically i want to add:

Code:
<?php $aldir="/go/"; include($HTTP_SERVER_VARS['DOCUMENT_ROOT'].$aldir."display.php"); ?>

<h1>Links</h1>

<?php showtag(10); ?>
anyone know a way round this so that the php code will be parsed?