Ok I looking for program that clean up line spaces in a php file. I opened my index.php in note pad ++ and it added like 1000 lines of spaces. I found some websites that do this, but using it breaks the code. Anyone know of a good program that will not kill my code?
<?php
/**
* Simple Machines Forum (SMF)
*
* @package SMF
* @author Simple Machines
I know I could go in and take out the spaces by hand but that takes forever.