theriver
10-09-2009, 04:14 AM
While installing the aZdgdatingmedium, the error message appeared:
Warning: preg_match() [function.preg-match]: Unknown modifier '$' in C:\wamp\www\penpal\install.php on line 349
Part of the install.php script is shown here. Could anybody help? Thank you so much.
theriver -" help protect our earth.";)
---------------------------------------------------------------------------------------------------------------------------
case '3':
function check_last_slash($file) {
if (preg_match('/./$/', $file)) return false;
else return true;
}
function cb($ss) {
//$ss = htmlspecialchars(stripslashes($ss));
//$ss = str_replace("\r\n"," <br>","$ss");
//$ss = str_replace("\\","","$ss");
$ss = str_replace("'","’","$ss");
$ss = str_replace('"',""","$ss");
$ss = trim($ss);
return $ss;
}
Warning: preg_match() [function.preg-match]: Unknown modifier '$' in C:\wamp\www\penpal\install.php on line 349
Part of the install.php script is shown here. Could anybody help? Thank you so much.
theriver -" help protect our earth.";)
---------------------------------------------------------------------------------------------------------------------------
case '3':
function check_last_slash($file) {
if (preg_match('/./$/', $file)) return false;
else return true;
}
function cb($ss) {
//$ss = htmlspecialchars(stripslashes($ss));
//$ss = str_replace("\r\n"," <br>","$ss");
//$ss = str_replace("\\","","$ss");
$ss = str_replace("'","’","$ss");
$ss = str_replace('"',""","$ss");
$ss = trim($ss);
return $ss;
}