By: zarp
Date: 2015-04-11
Time: 16:06
|
ope=changepic - two pictures in docx
Hi all!
Can anyone else suggest. I have a docx file in it two pictures. I want them to replace the other two pictures.
doc:
[onshow.myimage;ope=changepic;default=current;noerr;]
[onshow.myimage1;ope=changepic;default=current;noerr;]
php
$myimage = 'files/222222.png';
$myimage1 = 'files/34343.png';
But I have one picture is replaced by a second... what to do.. thanks in advance
|