Having resolved previous (crudely) I know need to build up a string as the post each form every time the user selects from option lists (only way as using mysql to provide the lists) I can't 'pass on' the value of the string from one page to the next. All I have resorted to trying is updating a mysql query every submit so that eventually the directory address is a row in a table.
This seems a bit long winded and crap. Am I missing something about passing on values other than those in $HTTP_POST_VARS?
Code is as my previous thread.. Thanks if anyone can help.