我有这份题为:pdf5.php的文件。
在该文件中,我有以下几条:
$pdf->setSourceFile( h.pdf );
我想能够用手法或文字编辑 h.pdf。
问题在于,我要这样做:
我还有另一份称为编辑的网址文件。 php
这些投入
<input type="text" value="h.pdf" /> <br>
<input type="text" value="" /> - Lets say the user puts: **f.pdf**
<input type="submit" name="submit" value="Modify" />
用户点击Modification, The -h.pdf- from -pdf5.php- change to -f.pdf-
如:$pdf->setSourceFile( f.pdf);
我认为,我发现一些类似之处,但只是 page上同一页,它有意让用户加以修改。
Java
<script type="text/javascript">
var str="Visit Microsoft!";
document.write(str.replace("Microsoft", "hello"));
so any ideas??? I dont know if I am making myself clear enough... ?? thnx in advanced..