These are sample forms used by dbmacro to demonstrate the easy access to CGI variables. Each of these forms executes the following macro code:
max_i = countkey(category)
if (max_i == 0)
printf("Category = %s%s", category, html_br())
else
for (i = 1; i <= max_i; i++)
printf("Category[%d] = %s%s", i, category[i], html_br())
© Copyright 1996-2008 FirstBase Software, Inc.