I am creating a new block for my phpNuke site.
www.armouredelites.net and i just wanted to know howto put <?php include "url" ?> into the $content .= " ";
ive tried
$content .= "<?php include \"url\" ?>"; but i get a parse error
$content .= "include \"url\""; but i get include "url" on my block
If anyone can help me it would be great