Showing posts with label PHP: Comparison Operators - Manual. Show all posts
Showing posts with label PHP: Comparison Operators - Manual. Show all posts
Will comparison of string and integer work in PHP?
Posted by Raj
Yes you can compare string and integer in PHP as internally PHP will cast everything to the integer type, so numbers 100 and 100 will be compared.