
BrightNail
Novice
Dec 24, 2000, 1:26 PM
Post #3 of 4
(4687 views)
|
Re: UrGEnT: Matching against empty space between brack
[In reply to]
|
Can't Post
|
|
thanks, but how can that work...--->you see, the $FORM{'somevalue'} will either contain some info or not, but it still has to be associated with a XML tag....that is unique for each form element that is coming thru. in your example, i would have.. %hash = ( this => '<first>$FORM{'firstname'}</first>', that => '<email>$FORM{'email'}</email>', ); See, I take the incoming form value regardless if it has content or not and apply it to a XML tag....you see, so I have to check after, not before, that is why I need to check between the brackets. I don't know if I am clear or not. thanks,
|