In the tutorials I have been looking at it seems that whenever you have some WML variables (maybe even HTML variables) that you want to play with in PHP you have to use postfield to send the variables as arguments to a speerate PHP file where you can utilize them.
Is there no way to get the result from a <select> and read that directly into PHP code in the same document without having to "get" or post" it?
Stoop.