hi there,
i integrated a little error-handler into my script, but how can i avoid that the error-site appears below allready sent content?
e.g.:
the script makes an
echo "test";
error();
so, if error() finds an error, "test" will appear above the error screen. How can i make the error site appear as a new file in the browser?
any help more than welcome,
so long,
Duncan McLord