in zen cart, additional images, which check
if(preg_match('/\Q' . $products_image_base . '\E/i', $file) == 1) {
it will return anything with your_name_xxxxxxx
however, i just want numbers only, such as your_name_1, your_name_02
how to modified the preg_match pattern?


Reply With Quote
