Could some body explain this to me?
eregi("<[^>]*script*\"?[^>]*>", $secvalue)
I understand the eregi() function(well, Im trying to at least) it is the meta-characters used that I dont get. I have read the documentatin at php.net that covers it, but acording to the way they explain it, * means 0 or more of n, so eighther script* would be 0 or more of script, or there is more to n than I know about. Could somebody explain this to me or point me to a place that can?