SELECT * FROM uploaded_files WHERE file_id = #rereplace(url.sp, "[a-zA-Z]",
"", "ALL")#
| |
| The article that you were looking for has not been found on this
server. |
//find left content
pos1 = findnocase('', filecontent) + 28;
//writeoutput(pos1);
pos2 = findnocase('', filecontent) + 26;
//writeoutput(pos2);
count = pos2 - pos1;
content = mid(filecontent, pos1, count);
content = replacenocase(content, 'images/', '/articles/images/', 'ALL');
#content#
|