Odp: [PHP-DEV] 'include' function

2002-12-09 Thread Krzysztof Socki
function ala() { include file.php; } I want neither to explicitly include any file nor to define any function in my script. My point is to give access to the source to the user but to hide the script's real functionality. Do you have any experience with modifying PHP parser, specifically

Odp: [PHP-DEV] 'include' function

2002-12-06 Thread Krzysztof Socki
U¿ytkownik Hartmut Holzgraefe [EMAIL PROTECTED] w wiadomooci do grup dyskusyjnych napisa³:[EMAIL PROTECTED] Krzysztof Socki wrote: Hello! Can anyone tell me if it's possible to extent PHP with a function that includes other PHP file? I know that 'include' is not a function, is it