Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I pass variables to server-side scripts, e.g. CGI scripts, ASP etc?

0
Posted

How can I pass variables to server-side scripts, e.g. CGI scripts, ASP etc?

0

There are many ways of doing this in WML, for example here is short piece of WML (with line numbers that should not be included, note) that allows entry of a persons name, using an tag. The name of the variable is sendto, and a

Experts123