PHP, 82 29 24 29 characters
<?=strrev(fread(STDIN,1000)); 82 -> 29: The new line character is preserved when reversed with strrev.
29 -> 24: Uses the shortcut syntax now
24 -> 29: Now reads all lines instead of a single line