Hey All,
just now, I loaded www.php.net/addslashes, which trasnported me to:
http://nl2.php.net/manual/sv/function.addslashes.php
which is completely insane text. See the copy I placed below. Problems with a server.. Hacked? Or..???
addslashes
(PHP 3, PHP 4 , PHP 5)
addslashes -- L�gg till snedstreck i en str�ng
Beskrivning
string addslashes ( string str)
Returnerar en str�ng med omv�nda snedstreck framf�r de tecken som beh�ver det vid t.ex. databasfr�gor. Dessa tecken �r som f�ljer: enkelt citationstecken ('), citationstecken ("), omv�nt snedstreck () och NUL (the NULL byte).
Not: magic_quotes_gpc har ON som standardv�rde.
Se �ven stripslashes(), htmlspecialchars(), and quotemeta()