Rename Files ( Search From left to Right String ) - "/" this Symbol and Updated Name Update into Database Colum

A code Find Sting from End to start the Return End Sting

20

Arun Kr.
04-Feb-25
$product         =  $Uni->get('product'); 


foreach( $product as $key => $Data )
{    
    
    echo $zoom_img = substr($Data['zoom_img'], strrpos($Data['zoom_img'], "/") + 1);
    echo '</br>';

    $Uni->where('id',$Data['id']);
    $Uni->update('product', array('zoom_img' => $zoom_img) );
}
@Since 2024 Arun'Log Powered by Arun Git