Is it possible to check whether the form has some value or not in PSP.
In PHP we do something like $name=isSet($_P OST['name'])? 1:0
So is there any equivalent function in PSP?
Or if not.. How to validate them?
In PHP we do something like $name=isSet($_P OST['name'])? 1:0
So is there any equivalent function in PSP?
Or if not.. How to validate them?
Comment