> This is not right, Kee. The URL parameters are NOT part of $fdat when you > POST data so passing the URL parameters to the Execute'd page in $fdat is not > right.
perhaps this is an ignorant statement (mine that I am about to make), but why are you trying to use both POST and GET parameters? Use 'hidden' parameters in something like %udat (sessions) and then use get to do the '?key=value' URL processing - which should then be in %fdat. Would this solve your problem? Just a thought. Cameron --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
