Yesideez
07-30-2005, 08:21 PM
Hi, slight problem.
I have a file (index.php) which is the main file running the whole site. Each link for each page calls
index.php?page=pagename Then depending on what pagename is by checking an array depends on which file is called using include().
On my contactme.php file it detects the 'submit' button but doesn't seem to be finding anything in the forms. I've double checked the names of the text boxes in the forms and nothing is mistyped. I can't even store the contents of my form in variables in index.php with no checking then in my contactme.php file check to see if these variables contain the data I need them to contain.
In the form (contactme.php) I'm using method="post"
Am I making a silly mistake somewhere or is this one of those "local" variable things?
I have a file (index.php) which is the main file running the whole site. Each link for each page calls
index.php?page=pagename Then depending on what pagename is by checking an array depends on which file is called using include().
On my contactme.php file it detects the 'submit' button but doesn't seem to be finding anything in the forms. I've double checked the names of the text boxes in the forms and nothing is mistyped. I can't even store the contents of my form in variables in index.php with no checking then in my contactme.php file check to see if these variables contain the data I need them to contain.
In the form (contactme.php) I'm using method="post"
Am I making a silly mistake somewhere or is this one of those "local" variable things?