Re: return values to sub

2002-05-05 Thread Sven Bentlage
Hi David, at first thanks for your reply. I'll try to explain how my script is supposed to work: -> sub Online_Database_Search initial script, no user input needed if f_name, f_surname are supplied and button is pressed, sub get_pass is called ->sub get_pass collects

Re: return values to sub

2002-05-05 Thread Dave K
> Calling sub fetch from within the next subroutine again does not work > either :( I believe the fetch sub does as you ask it to. The problem is you are asking it to return the password of row where f_name = '' and f_surname = '' Try passing the names as hidden fields in the first form to the