Does anyone know how to get the function fgets() to not strip out any spaces when retrieving data? I am using fgets() to get data from another server, but it is stipping all extra spaces from the data, and I want the data to be in the original format.
Thanks for the help in advance.
-Greg.