Help - Search - Members - Calendar
Full Version: undefined $age in process.php (txt)
HTMLHelp Forums > Programming > Server-side Scripting
tudsy
Hi

I get an error message saying that the variable $age is undefined in process.txt (php).

$age = $_POST["Age"]; (line 66 in process.php (txt)).


I don't know what is going on.

form.php(txt) calls process.php (txt) when the for is submitted.


Any help will be appreciated.

Thanks.Click to view attachment Click to view attachment
CharlesEF
Why is this line there:
CODE
document.getElementById("email_signup").action = fetch( + "?ConsentOption =" + Consentjoin);
The form action is 'process.php'. It looks like you want to change the action to the results of a fetch call. But the fetch contains no URL. You do appear to have a query string pair, but no URL. Also, fetch returns a promise so why would you put that in the form action?
tudsy
Hi

I changed the $_POST in process.php to $_REQUEST and it liked it.

Thanks.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.