Posted by "Richard Leclair" on 11/07/05 06:25
Hi PHP-ers,
Here's an easy one:
Q: How can I make a function available from within another php script?
Eg. B.php contains:
<?php include ".../fns.php" ?>
Which has a function fn($x);
Later on, I want to include this function in B.php somewhere.
In short: B.php wants to use fn($x) found in A.php.
Regards,
Richie !
Navigation:
[Reply to this message]
|