How are you trying to access the variable from the called page?
Make sure you use $_GET['tutname'] or $_POST['tutname'] to access the resulting
variable.
Also, what does your form tag state as method and post attribs?
--
Scott Carr
OpenOffice.org
Documentation Maintainer
http://documentation.
The line
echo "";
has no effect except filling space in the file...
To get a value try
echo "$optionval";
Cheers...
Luis Ferro
Tim Blackwell wrote:
>okay, i figured out the combo thing--code is below. it actually wasn't too
>difficult with some help!
>
>but, when i use tutna