> 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
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