Hello all, I am having a lot of problems trying to add + 1 to my listed code. The form accepts registrations from an individual and their guest. How could I add the count for guest in the code below. Seriously, stuck on this please help...
[code=asp]<%
dim r, sqlCount, sqlList, tableNr
tableNr = Cint("1") 'use request("tableN r") to have the tableNr passed in as part of a querystring
%>
...