Allen
01-Sep-2004, 08:47 AM
I am using Dreamweaver 4.
The code checker is showing that there is a problem with these two lines, (marked in red).
These errors do not seem to interfere with the running og the program but they are an anomaly.
I do not have the knowledge to figure it out.
Can anyone help??
//
// replace paragraphs with new lines (line feeds)
//
$s_str = preg_replace('/<p[^>]*?>/i',$s_line_feed,$s_str);
//
// replace breaks with new lines (line feeds)
//
$s_str = preg_replace('/<br[[:space:]]*\/?[[:space:]]*>/i',$s_line_feed,$s_str);
The code checker is showing that there is a problem with these two lines, (marked in red).
These errors do not seem to interfere with the running og the program but they are an anomaly.
I do not have the knowledge to figure it out.
Can anyone help??
//
// replace paragraphs with new lines (line feeds)
//
$s_str = preg_replace('/<p[^>]*?>/i',$s_line_feed,$s_str);
//
// replace breaks with new lines (line feeds)
//
$s_str = preg_replace('/<br[[:space:]]*\/?[[:space:]]*>/i',$s_line_feed,$s_str);