need help for integrating small script into VB.
i got a little script that written in one single php file, now i would like to integrate with VB, so i added some codes in phpinclude_start template like the following.
$VariableName = include('xxxx.php');
then i set up a new vb template page that contains $VariableName and new php file, i called this new php file, it can display the new template page but the content of $VariableName doesnt show up.
my question is how can I integrate this little script with VB?
Thanks.
yl
|