Ok, i bet this is realy basic but here goes:
how do I have a multi part form in one script. So what i want to do is have this script include the HTML using:
include("form.html");
but i want to include this form when it has been submited
include("success.html");
basicly how do i check if HTTP_POST_Vars have been sent or not
thanks