Extra Lines in my PHP code
Posted: Fri Jan 02, 2009 11:42 am
I'm having an issue, where everytime I save my files, extra lines are added. At this point, there's about 20 blank lines between each line of code. It's driving me insane. The code is probably 800 or 900 lines, so to go through and delete each line one by one is just not doable.
If I replace blank spaces, it takes out all blank spaces. Any solutions??
I just want everything to be right underneath the line before, no lines in between.
Here's an example:
echo "</b></td></tr>";
}
If I replace blank spaces, it takes out all blank spaces. Any solutions??
I just want everything to be right underneath the line before, no lines in between.
Here's an example:
echo "</b></td></tr>";
}