PHP Code:
$file = preg_replace("/\"\/v-cgi\/notes.php\?noteid=(.*?)&tab_id=(.*?)\"/", "\"/" . date('Ymd') . "\"/""\\1_\\2.php\"",$file);
I keep getting the "t constant encapsed string" error. I haven't been able to figure out where the problem located. Can someone help?
Thanks!
Frank
|