Hello,

i have
/include/dotest.php:
<?
function dotest() {echo 'test';}
?>

and test.php:
<?
include('/include/dotest.php');
dotest();
?>

Us there a shorter way to write out that. I mean something like

include::dotest;

Thanks,





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to