View Single Post
  #1 (permalink)  
Old 08-07-2003, 03:58 PM
CuJo CuJo is offline
Junior Member
 
Join Date: Jul 2003
Posts: 14
Putting Include code into a block
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
Reply With Quote