in reply to Re: Re: CGI auto incrementing table
in thread CGI auto incrementing table

Your script seems to be passing the name you're interested in in the CGI parameter name, but I never see you looking at that. When the user clicks on the button, you should find the value you put in the hidden field name in $q->param("name").