k so its a cache problem
i used this in my page
Header("Cache-control: private, no-cache");
Header("Expires: Mon, 26 Jun 1997 05:00:00 GMT");
Header("Pragma: no-cache");
and now the preview button gives me modified image.
but the save button does not coz save does goes to a new window but it returns value mode=change to itself please tell me how to make this also work
i had tried clear cache function also but not worked
pressing hard refresh work after saving is there any function to hard refresh in php i searched but didnt find.
header("content-type:image/jpeg");
imagejpeg($image);
this thing display the image
even if u tell me what should i write in content type so that image and text both i can display...
please help me 🙁
With regards:
Rohit Sinha