Re: [PHP-WIN] Re: dynamic combo boxes

2002-10-01 Thread Scott Carr
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.

Re: [PHP-WIN] Re: dynamic combo boxes

2002-10-01 Thread Luis Ferro
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

[PHP-WIN] Re: dynamic combo boxes

2002-10-01 Thread Tim Blackwell
okay, i figured out the combo thing--code is below. it actually wasn't too difficult with some help! but, when i use tutname i get an undefined variable it works fine with the static combo that i was using? can you think of any reason for this? function load_combobox() { ?> "; for ($i=0; $i