Permalinks and parameters on view-list

By Dave - March 23, 2018

Hi incube, 

What you can do is add any extra parameters _after_ the permalink like this: 

https://www.interactivetools.com/add-ons/form-generator/?this=123&that=456

Also, be sure to escape your mysql inputs to avoid security issues: 

'where' => " $where = '" .mysql_escape($data). "'",

Hope that helps!

Dave Edis - Senior Developer
interactivetools.com