Guest_imported
New member
- Jan 1, 1970
- 0
Hi
I just want to know what those lines does ?
$value =~ s/<!--(.|\n)*-->//g;
$value =~ s/<([^>]|\n)*>//g;
They are in a guestbook.
One more thing.
How do I remove <a>,<*> etc..... in a gusetbook
Only like $value =~ s/<*>//g; ??
I just want to know what those lines does ?
$value =~ s/<!--(.|\n)*-->//g;
$value =~ s/<([^>]|\n)*>//g;
They are in a guestbook.
One more thing.
How do I remove <a>,<*> etc..... in a gusetbook
Only like $value =~ s/<*>//g; ??