On 2003.02.15 00:11 Peter Gumbrell wrote: [...]
[...]$option_block .= "<OPTION name='vendor1'
Are you sure it's a scope problem ?
You haven't instantiated any $option_block variable when the loop starts, so you're concatenating a string to a bunch of uninitialized memory :)
I can't run your script at the moment, so it's just a supposition...
Hope it helps,
Nicholas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php