Posts by Jaques Oliveira • 5 points
2 posts
-
0
votes1
answer30
viewsQ: Execute a validation inserted in a string
I have a variable in PHP that mounts a logical string. $str = "(('TR1'=='TR' OR 'TR2=='TR' OR 'TR'=='TR') AND ('10,0'=='10,1' OR '9,0'=='9,0'))"; I’d like to find a way that validation is possible,…
-
0
votes1
answer68
viewsQ: Toggle a select and a datapicker
I’m trying to implement a field that can be a select or a datepicker. But when inserting the code into the <div> causes the operation of the datepicker. I keep the code down for anyone who can…