PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
For some reason "rn" is being appended to the end of a small description I am pulling out of my database. I can't figure out where it's coming from. It's not from the template... it's not in the database... is rn significant to anybody?
You shouldn't need to stripslashes() data coming out of the database. If you do, then you likely have a double call to addslashes() or the like when it's being put in.