thanks a lot guys, I finally got it working allright
but now i'm facing a new question:
so i have a form on a page which submits to the page itself for validation
if validation fails, the page is redisplayed indicating where the user made a mistake and how he can correct it
if validation succeeds, however, i want the data to be submitted to another page, which inserts them into a database
how do i handle this? i can do it using session variables, but that doesn't seem the neatest way to do it; including them into the header as 'get' variables is not exactly an option either.
actually, i think i want the data to become available as 'post' variables; but is that at all possible? (e.g. by including a new form which automatically submits to the processing page?)
thanks a lot for your replies, i appreciate it a lot