- Impact
- 51
Here is the code that i use
$rs_products_image_large=str_replace('images/','images/1_',$products_image_large);
$rs_products_image_large_1=str_replace('images/','images/1_',$products_image_large);
I want to change so the replaced image is products_image_large_1
instead of 1_products_image_large
But im not good at coding :p
$rs_products_image_large=str_replace('images/','images/1_',$products_image_large);
$rs_products_image_large_1=str_replace('images/','images/1_',$products_image_large);
I want to change so the replaced image is products_image_large_1
instead of 1_products_image_large
But im not good at coding :p





