It seems that I finally got what you were saying, and submitting the survey seems to lead to the database (by the way, I also accidently added an 'e' at the beginning /us(e)r2/hsphere/...). So I'm trying to figure out how to get the values into the table.
It turns out that the person that designed this script runs a forum that can be found at
http://www.eternalmart.com/cgi-bin/forum/list.php?f=2
As technobard was saying, there's a lot of script in this script, including 6 folders and six additional files that seem to be the main files. I figured out from this forum that the script is actually designed to allow you to build the database and the form through a server, but I didn't realize or need the extra help.
There's a line on the emform.php page that reads: $emsql = new sql_class($DbHost,$DbUser,$DbPadssword,$DbDatabase )
and I'm wondering if it may be as simple as adding $DbTable to the list?
What do you think?