Is it possible to store PHP-code in a MySQL database and keeping linebreaks etc intact ? Or atleast in some other way parse it back so that linebreaks will appear again ?
Frankly, I've never tried it, but I suppose if you store it as a BLOB all original "formatting" of the code would be preserved, as would it's functionality should you want to eval it..
Hmm, no, it doesn´t seem to keep the linebreaks 🙁