我已成功更新了配置文件图像,但在显示期间显示旧图像.我已检入已上传的文件夹,表示已替换新图像.请检查我的代码
<?php $filename=base_url().'profileimage/'.$this->session->userdata['user_details']['user_id'].'.jpg'; ?>
<img src="<?php echo $filename.'?='.filemtime($filename); ?>" class="rounded" alt="" width="150" height="150">
Run Code Online (Sandbox Code Playgroud)