Hey guys
what i want to do is make a php program which checks if an integer string is a palindrome.
A palindrome is a number which is the same forward as it is backward. Eg:
1256521
The problem is that i want to find every palindrome between 1 and 1000000, and some of these numbers have an even number of digits while others have an odd number of digits.
Any help would be appreciated
Thanks
foobar2k