The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> undefined $age in process.php (txt)
tudsy
post Apr 20 2022, 01:19 PM
Post #1


Advanced Member
****

Group: Members
Posts: 246
Joined: 30-September 14
Member No.: 21,611



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.Attached File  process.txt ( 4.82k ) Number of downloads: 205
Attached File  form.txt ( 7.03k ) Number of downloads: 203
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
CharlesEF
post Apr 20 2022, 02:42 PM
Post #2


Programming Fanatic
********

Group: Members
Posts: 1,981
Joined: 27-April 13
From: Edinburg, Texas
Member No.: 19,088



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?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
tudsy
post Apr 20 2022, 05:58 PM
Post #3


Advanced Member
****

Group: Members
Posts: 246
Joined: 30-September 14
Member No.: 21,611



Hi

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

Thanks.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 24th April 2024 - 09:17 AM