Ok, so far ive relied on magic quotes GPC to "Escape" my data ..
Ive read at least 10 tutorials on this, but i still do not understand what is happening.
Ive read that, they need to be turned off, and my data escaped manually.
The only time this data needs to be escaped is when im inserting it into the database is this correct?
Ok, so what about if im pulling data from the database? I must use stripslashes?
Hmmm .. it seems right now that all the data in my database doesnt contain slashes .. i have private messages, names of things, ect. All with no slashes in the values, but magic quotes is on. Why is this?
I might be getting this all wrong, but help me to understand how this works, and what i need to do to be safe from SQL injection.
Thank you.