Hallo ueps,
willkommen zum Tag des Dokumentations-Links. ;)
http://www.php.net/manual/de/function.include.php
http://www.php.net/manual/de/function.require.php
Wenn Du die Ausgabe von neu.php erst komplett einsammeln willst und danach erst (ev. formatiert o.ä.) ausgeben willst, ist Output Buffering Dein Ziel:
http://www.php.net/manual/de/ref.outcontrol.php
http://www.php.net/manual/de/function.ob-get-contents.php
http://www.php.net/manual/de/function.ob-get-length.php
HtH, Thoralf