| | my php configuration has magic_quotes_runtime set to off so, when i pull a string out of a mysql db, how come it shows up just fine without running it through addslashes()? when i run it through addslashes(), it adds slashes where its supposed to.... but when i don't use it it shows up just fine i am curious as to why i dont have to run addslashes() to make my text show up right can anyone answer my question? |

