[vox-tech] more php questions

nbs vox-tech@lists.lugod.org
Sun, 3 Mar 2002 12:25:52 -0800


On Sun, Mar 03, 2002 at 12:20:00PM -0800, Peter Jay Salzman wrote:
> how does one "import files of functions" into a php document?


<?php include("whatever.php"); ?>

-bill!