shanparker
01-11-2006, 04:43 PM
This could be really simple, I have a form on my site that i want people to be able to type an items name into, and then it will string that item into a query.
The problem I've having is that I want to use a switch, so my action for the form is: ACTION="/beta/tables.php?mod=detail", and then the name of the field is "name".
But when I type a name in the form to pass it, it removes the "mod=detail" and just puts the "name" string in.
Is there something I'm missing here? Or is this just not possible?
The problem I've having is that I want to use a switch, so my action for the form is: ACTION="/beta/tables.php?mod=detail", and then the name of the field is "name".
But when I type a name in the form to pass it, it removes the "mod=detail" and just puts the "name" string in.
Is there something I'm missing here? Or is this just not possible?