Trying to figure ths error in connecting

Im trying to follow a tutorial to use Dreamweaver to use php to write dynamic data and it gives me the error,

Fatal error: Call to undefined function virtual() in C:\wamp\www\DW_WP_Sites\planet_comp.php on line 1
heres the code Dreamweaver inserted,


<?php virtual('/DW_WP_Sites/Connections/TPA.php'); ?>


should it be using virtual instead or require?

Thanksss

You probably want include or require… virtual is a PHP function, but I don’t think that is what you want…