Hello all.
I wanted to ask a simple doubt. I am not so well versed with the syntax and semantics of PHP and I'm new to it.
I'm having the following code.
$var1="100 <" or $var1 = "> 100"
What I want to do is segragate the relational operator and the number into 2 separate variables.The relational operator can be on the left side of or on the right side of the number(there is no hard and fast rule regarding the position of it).Kindly guide me on how it's supposed to be done.
Thanking You all for your help
I wanted to ask a simple doubt. I am not so well versed with the syntax and semantics of PHP and I'm new to it.
I'm having the following code.
$var1="100 <" or $var1 = "> 100"
What I want to do is segragate the relational operator and the number into 2 separate variables.The relational operator can be on the left side of or on the right side of the number(there is no hard and fast rule regarding the position of it).Kindly guide me on how it's supposed to be done.
Thanking You all for your help
Comment