Forum
Comparing ID values using
How can I compare two ID's to see if they match using <perch:if>?
I'm getting a value from a query string PerchSystem::set_var('myitem', $item); so $myitem is available in the template.
And I want to compare
id="myitem" is equal to id="title'
Thank you!
How do I add to ignore case?