View Single Post
Old January 5th, 2008, 08:41 PM   #5 (permalink)
jtorral
Member
Verified Customer
 
Join Date: Jan 2004
Location: Portland, Oregon
Posts: 120
Thats what I thought. I have the latest version of vb, vbp and pp. I even cleared out the vbp install and did it again.

here is a simple test i am doing. I create this xxx.php script

$var1 = "Hello";
$var2 = "world";
echo $var1 . " " . $var2;

Then create a center block as php and add this line .

include('/path/to/xxx.php');

Then preview the block. It shows the content of the script .

Thanks for the help.

JT
jtorral is offline   Reply With Quote