Some php functions to treat slashes strings

  • stripslashes() – Undoes the effect of addslashes
  • addslashes() – String enpart with quotes with bars
  • htmlspecialchars() – Converts special characters to HTML reality
  • quotemeta() – Adds a backslash before the meta characters
  • get_magic_quotes_gpc() – Gets the current setting of magic quotes gpc