RE: [PHP-WIN] include_once problem...

2001-03-22 Thread Fernando Madruga
--- From: Ketan [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 21 de Março de 2001 21:48 To: JT Graveaud Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] include_once problem... HI! There is a problem in your INCLUDED file. If is defined function my_function() in your my_file.inc, the first INCLUDE l

Re: [PHP-WIN] include_once problem...

2001-03-21 Thread Ketan
HI! There is a problem in your INCLUDED file. If is defined function my_function() in your my_file.inc, the first INCLUDE loads the INC file and defines your function. The second INCLUDE command loads the same INC file with the same FUNCTION - and there is your problem. All functions can be IN