On Tue, 14 May 2002, Collins, Robert wrote:
>             $core_functions =
> "http://www.domain.com/path/to/file/core_functions.php";;
>       require_once($core_functions);

1) You'd have to eval() it rather than requiring it.

2) lynx -source -dump http://www.domain.com/path/to/file/core_functions.php > 
core_functions.php

3) As in Jason's somewhat more effective example, it's slow.

miguel


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

Reply via email to