yup, try what Alky said.. this works. You can't parse html for php and ssi. So you need to decide for one. I guess your trade script already uses SSI so go for that.
if the random.php is in the same dir as your shtml then use Alky's code...
if not
<!--#include virtual="/htdocs/somepath/random.php" -->
|