Jump to content

Custom Lasso tag to check existence of a GET/POST parameter in Lasso script


This topic is 5100 days old. Please don't post here. Open a new topic instead.

Recommended Posts

This is a custom lasso tag which takes the name of HTTP-POST or GET parameter (submitted through form-posting for example) as argument and returns a Boolean value to indicate whether that parameter is found. It returns true if a parameter with that name is found in the set of HTTP POST/GET parameters and false if the parameter is not found.

This Lasso custom tag is like isset() function in PHP.

Hope this is useful .

Link to comment
Share on other sites

This topic is 5100 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.