Hash variables - server-side and client-side
Posted: Wed Jun 01, 2016 5:32 pm
I have a conceptual question about hash variables after reading all the wiki documentation on hash variables and functions:
I understand that when hash variables are used in fields, php scripts, etc - they are replaced by the corresponding hash values before anything is run or interpreted. I'm assuming that all happens server-side when a form or other event is submitted by the client to the server. However, the nuSetHash() function is javascript, which is client-side functionality, right? So does that only set the value of the hash variable for the client? How does that get handed back to the server so it can be used in whatever form or output that comes next?
Thanks!
I understand that when hash variables are used in fields, php scripts, etc - they are replaced by the corresponding hash values before anything is run or interpreted. I'm assuming that all happens server-side when a form or other event is submitted by the client to the server. However, the nuSetHash() function is javascript, which is client-side functionality, right? So does that only set the value of the hash variable for the client? How does that get handed back to the server so it can be used in whatever form or output that comes next?
Thanks!