Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Question Regarding Magic_quotes And Addslashes()
awesomebill61
post Feb 2 2008, 01:53 AM
Post #1


Newbie [Level 3]
***

Group: [HOSTED]
Posts: 48
Joined: 21-January 08
Member No.: 56,591



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?
Go to the top of the page
 
+Quote Post
jlhaslip
post Feb 2 2008, 02:42 AM
Post #2


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 4,002
Joined: 24-July 05
From: In Trouble Again... still?
Member No.: 9,787
Spam Patrol



Magic_quotes function adds slashes to strings going to a Database. If it is set 'off', then the Database does not contain the escapes "\", so they won't be there when you return the data.
Magic_quotes is deprecated in php6.

http://ca.php.net/manual/en/ref.info.php#i...-quotes-runtime
Go to the top of the page
 
+Quote Post
truefusion
post Feb 2 2008, 04:10 AM
Post #3


Ephesians 6:10-17
Group Icon

Group: [MODERATOR]
Posts: 1,893
Joined: 22-June 05
From: The World of Gentoo
Member No.: 8,528
T17 GFX Crew



Whenever you pull something out of your database that has slashes added to it, always strip the slashes using the stripslashes() function. It is better for you to add slashes to any input that's going into the database for security reasons. But it's better to use the mysql_real_escape_string() function than addslashes().
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Magic Squares(17)
  2. Macromedia Dreamweaver Mx 2004 Magic(0)
  3. Customer Quotes(3)
  4. Avril Lavigne quotes(8)
  5. Hidden Quotes In Windows Xp(15)
  6. Vmk(0)
  7. 3d 7 Ball(11)
  8. Does Anyone Play Magic?(2)
  9. Technology Quotes(1)
  10. Wildmagic Software(0)
  11. Wow Quotes And Jokes(1)
  12. Money Making With Submission Magic(1)
  13. Magic Match(1)
  14. Xhtml Software(15)
  15. Magic Gmail To Gmail Drive (2691 Mb)(14)
  1. Generate From 0.50usd To 1000usd Or Higher!(3)
  2. Magic Taxi Emails(3)
  3. Esigs-the Magic Sig Generator(3)
  4. Magic!(6)
  5. How To Quit From Tension?(9)
  6. Psychic And Magic Powers!(7)
  7. Runescape Clan Wealthy Warriors(3)
  8. Heroes Of Might And Magic(4)
  9. A C++ Program Print Hello With Nothing Written In Main() Method(2)
  10. A Poem About Magic(0)
  11. Free Web Hosting: (magic) [approved](1)
  12. Smarter Child Quotes(0)
  13. Magic ! Is There Any Existance?(8)


 



- Lo-Fi Version Time is now: 7th September 2008 - 01:18 PM