Loading...
 
Skip to main content

Development


Re: How do I pass parameter to module?

posts: 63 United Kingdom

Is it a ampersand?

Remember modules are just PHP sacripts which are included. The proper way to pass parameters to a php is obviousley

path/to/scriptname.pgp?param1&param2&param3

So perhaps seperating your parameters in the box with & signs would do it..

I just hope tiki doesn't escape this input.

There are no comments at this time.