Re: [PHP-DOC] Difference between require and include

2002-03-29 Thread Gabor Hojtsy
> i have tried to find the difference in use of require and include. > In my example I can't find any: > > In the documentation is written, that it does not works, but the result is > in the attachment. > > Im working with Windows 98, Apache 1.3.22 and PHP 4.0.6 in CGI-mode What documentation do

Re: [PHP-DOC] Difference between require and include

2002-03-29 Thread Rasmus Lerdorf
Try a require on a file that doesn't exist and then an include on one that doesn't exist. That will show you the difference. -Rasmus On Fri, 29 Mar 2002, [Windows-1252] Jürgen Freundel wrote: > Hey; > > i have tried to find the difference in use of require and include. > In my example I can't