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