Back for help.
I want to delete everything between two html tags. I don't know what I call the code you write to define all-characters, I don't even know where to look in the manual for help. An example would be [A-Za-z]... but that's all I know. Here's my current line.
$text = preg_replace("/\<hidden\>(.*)\<\/hidden\ >/", "", $text);
It doesn't work for newlines, however...
I want to delete everything between two html tags. I don't know what I call the code you write to define all-characters, I don't even know where to look in the manual for help. An example would be [A-Za-z]... but that's all I know. Here's my current line.
$text = preg_replace("/\<hidden\>(.*)\<\/hidden\
It doesn't work for newlines, however...
