Could someone help me with this?
I want to use dreamweaver regular expression repalce to replace
the string
=mysql_query(...);
with the string
=mysql_query(...) or die ("Database error, please contact the site admin.");
... means any characters, the sql query statements.
Thanks!
Differnet system such as dreamweaver, or textpad are using regular expression slight differently. I would like to use dreamweaver's regular expression replace function on this.