Forum » Izdelava spletišč » odranjevanje crk v php
odranjevanje crk v php
genni ::
Kako b iz stringa $text odstranil vse črke med '<' in '>', vključno z '<' in '>' = vse HTML ukaze
genni - gen ni !
- premaknil: Senitel ()
darh ::
magična funkcija je:
string strip_tags ( string str [, string allowable_tags])
This function tries to return a string with all HTML and PHP tags stripped from a given str. It errors on the side of caution in case of incomplete or bogus tags. It uses the same tag stripping state machine as the fgetss() function.
You can use the optional second parameter to specify tags which should not be stripped.
example
$string = strip_tags($string, '<a><b><i><u>');
string strip_tags ( string str [, string allowable_tags])
This function tries to return a string with all HTML and PHP tags stripped from a given str. It errors on the side of caution in case of incomplete or bogus tags. It uses the same tag stripping state machine as the fgetss() function.
You can use the optional second parameter to specify tags which should not be stripped.
example
$string = strip_tags($string, '<a><b><i><u>');
Excuses are useless! Results are priceless!
Zgodovina sprememb…
- spremenil: darh ()
cahahopie ::
Lahko nardiš tud drugače (XMB style)..
da nardiš tole:
$messege = str_replace("<", "%lt;", $messege);
%...je enako ..&.
btw.. dovolj je če samo < in > odstraniš.. in nepridipravi ne bodo mogli več ustvarjat kakšnih redirektov...
Pa poglej si še preg_replace ...Example: 3
To je pa več kot dovolj.
da nardiš tole:
$messege = str_replace("<", "%lt;", $messege);
%...je enako ..&.
btw.. dovolj je če samo < in > odstraniš.. in nepridipravi ne bodo mogli več ustvarjat kakšnih redirektov...
Pa poglej si še preg_replace ...Example: 3
To je pa več kot dovolj.
Zgodovina sprememb…
- spremenilo: cahahopie ()
Vredno ogleda ...
Tema | Ogledi | Zadnje sporočilo | |
---|---|---|---|
Tema | Ogledi | Zadnje sporočilo | |
» | Rabim pomoč pri PHP-ju.Oddelek: Šola | 683 (520) | Stari89 |
» | Pravilen vpis/izpis iz podatkovne bazeOddelek: Izdelava spletišč | 747 (634) | schtr4jh |
» | [php] Knjiga gostovOddelek: Izdelava spletišč | 3157 (2360) | darix |
» | [PHP] Kako izvesti neko kodo šele ob klikuOddelek: Izdelava spletišč | 1912 (1398) | krho |
» | Odstranitev narekovajev pri posiljanju maila v PHP?Oddelek: Izdelava spletišč | 1737 (1675) | poweroff |