Howdy all, For some reason mysql_num_rows($sql); is returning odd values... if there are 2 results it returns 22... 3 results returns 333, 4, 444, 5, 55555... etc etc... am I doing something wrong perhaps or is there a way around this? -btd
sounds like it's in a loop or something, what does your code look like?
yes it was thanks just fixed it... it gets harder to code as the night gets later