Ok so Im getting a value from GUI in a web session, and then storing it in a variable. Then Im comparing it with a parameter and if the its equal, I do some actions.
My problem here is even thought both the variables match, the IF statement is not executing. Here is the screenshots showing the values of two variable which are equal.
This is for $ver and below is for $version whoes values are same
Here in the screen shot you can see the IF statement which is not executing even if thse are same values.
I dont understand what is going on. Please help .