Proper syntax (without any further configuration settings in php.ini):
include("/absolute/path/to/file/filename.extension");
is the simplest and most assuring. PHP is good about figuring out whether you are putting a relative location to your include file or absolute. I always use...
First problem:
When the submit button is clicked, a new window is written to which means that you are in effect, dynamically creating a new page; the form is technically not being 'submitted' becuase you are having javascript handle everything on the client side instead of the data being sent...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.