{PHP:my_external.php}
Posted: Thu 27. Nov 2003, 22:16
What is this function and how to use it.. I don not understand this text...
Can any one give an example of how to use it?
Code: Select all
All output of "my_external.php" script will be inserted. This is very powerful. You can use any availabe content var of phpwcms for your script or connet to other external sources.
Sample: <?php echo PHP_VERSION." // date: ".date("Y-m-d"); ?> =
output: 4.3.3 // date: 2003-11-27