NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rene Simons on July 12, 2014, 04:40:55 AM

Title: Which values (variables) are in the vaule queue??
Post by: Rene Simons on July 12, 2014, 04:40:55 AM
Hi,
I would like to know which vars are passed to my page. I know they are in de value queue but how  do I find the names?
Rene
Title: Re: Which values (variables) are in the vaule queue??
Post by: Bruce on July 14, 2014, 12:52:10 AM
you can loop through the ValueQueue (if you have my book I think there's a section about that near the end) or you can look in the log to see what the incoming variables from the form are.

cheers
Bruce
Title: Re: Which values (variables) are in the vaule queue??
Post by: Rene Simons on July 14, 2014, 10:40:17 AM
Ok Thanks